summaryrefslogtreecommitdiffstats
path: root/runtime/nsdsel_ptcp.h
Commit message (Collapse)AuthorAgeFilesLines
* restructured netstrm driver layerRainer Gerhards2008-04-301-3/+0
| | | | | | | the new structure prevents repetitive loads and unloads of driver files; it also has less overhead The "select" and regular driver are now contained in a single file.
* added select() driver for GnuTlsRainer Gerhards2008-04-241-0/+1
|
* objects for receive-side socket abstraction specifiedRainer Gerhards2008-04-231-0/+46
The objects for receiver-side socket abstraction have now be specified. The project as whole does not yet compile and definitely not run, but I'd like to commit some milestones along this way.