summaryrefslogtreecommitdiffstats
path: root/runtime/nssel.h
Commit message (Collapse)AuthorAgeFilesLines
* license changesRainer Gerhards2012-01-161-16/+14
|
* fixed problem with module unload sequenceRainer Gerhards2008-04-291-2/+2
|
* removed loadbale module leakRainer Gerhards2008-04-291-1/+2
| | | | | | - moved netstrms, netstrm and nssel into a single loadble module because they belong together - fixed "loadbale module leak"
* added new netstrms classRainer Gerhards2008-04-231-2/+2
| | | | netstrms is at the top layer of the socket abstraction
* objects for receive-side socket abstraction specifiedRainer Gerhards2008-04-231-0/+55
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.