summaryrefslogtreecommitdiffstats
path: root/runtime/nsdsel_ptcp.c
Commit message (Collapse)AuthorAgeFilesLines
* restructured netstrm driver layerRainer Gerhards2008-04-301-28/+2
| | | | | | | 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.
* fixed memory leaksRainer Gerhards2008-04-281-2/+0
|
* made gtls server driver work in plain tcp modeRainer Gerhards2008-04-251-0/+2
|
* message reception via TCP work againRainer Gerhards2008-04-241-9/+0
| | | | | | ... at least in some cases ;) I assume there are still a couple of bugs inside the code. But at least we have something from where we can continue to work on.
* added new netstrms classRainer Gerhards2008-04-231-1/+16
| | | | netstrms is at the top layer of the socket abstraction
* objects for receive-side socket abstraction specifiedRainer Gerhards2008-04-231-0/+216
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.