summaryrefslogtreecommitdiffstats
path: root/runtime/netstrm.h
Commit message (Collapse)AuthorAgeFilesLines
* made imgssapi work with new netstrm driver modelRainer Gerhards2008-05-051-1/+8
| | | | | | | | | there were a couple of things where imgssapi was not compatible with the new encapsulation. I did a somewhat dirty fix. The real solution would be to turn gssapi functionality into a netstream driver, which is too much for now (after all, we want to release some time AND we need to have the code mature in practice before we go for the next target...).
* added $InputTCPServerStreamDriverMode config directiveRainer Gerhards2008-04-301-0/+1
|
* fixed problem with module unload sequenceRainer Gerhards2008-04-291-2/+2
|
* added $ActionSendStreamDriverMode config directiveRainer Gerhards2008-04-281-0/+1
|
* made gtls server driver work in plain tcp modeRainer Gerhards2008-04-251-6/+0
|
* message reception via TCP work againRainer Gerhards2008-04-241-12/+8
| | | | | | ... 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.
* removed listener array from inidividual netstrm (mostly finished)Rainer Gerhards2008-04-231-1/+2
|
* added new netstrms classRainer Gerhards2008-04-231-22/+6
| | | | netstrms is at the top layer of the socket abstraction
* objects for receive-side socket abstraction specifiedRainer Gerhards2008-04-231-3/+31
| | | | | | | 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.
* converted netstrm into generic netstrm and the nsd_pctp driverRainer Gerhards2008-04-181-7/+7
|
* brought netstrm to a (hopefully) somewhat usable stateRainer Gerhards2008-04-171-7/+1
|
* imported tcp module from librelp as basis for new stream classRainer Gerhards2008-04-171-1/+21
| | | | | we got permission to include the tcp module from librelp copyright holders
* added new "netstrm" class (not yet implemented)Rainer Gerhards2008-04-171-0/+44