aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-tcp-stream.c
Commit message (Collapse)AuthorAgeFilesLines
* New abstract class for TCP streams. The next step is to write childJeffrey Stedfast2001-01-141-0/+123
2001-01-13 Jeffrey Stedfast <fejj@ximian.com> * camel-tcp-stream.[c,h]: New abstract class for TCP streams. The next step is to write child classes (CamelTcpStreamBSD and CamelTcpStreamSSL). The BSD stream will use normal BSD sockets while SSL will use Mozilla's NSPR and NSS libraries to do Secure Socket Layers which wille ventually replace CamelStreamSSL which I just commit'd. Oh well. svn path=/trunk/; revision=7488