Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed problem with module unload sequence | Rainer Gerhards | 2008-04-29 | 1 | -2/+2 |
| | |||||
* | added $ActionSendStreamDriverMode config directive | Rainer Gerhards | 2008-04-28 | 1 | -0/+1 |
| | |||||
* | made gtls server driver work in plain tcp mode | Rainer Gerhards | 2008-04-25 | 1 | -6/+0 |
| | |||||
* | message reception via TCP work again | Rainer Gerhards | 2008-04-24 | 1 | -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 Gerhards | 2008-04-23 | 1 | -1/+2 |
| | |||||
* | added new netstrms class | Rainer Gerhards | 2008-04-23 | 1 | -22/+6 |
| | | | | netstrms is at the top layer of the socket abstraction | ||||
* | objects for receive-side socket abstraction specified | Rainer Gerhards | 2008-04-23 | 1 | -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 driver | Rainer Gerhards | 2008-04-18 | 1 | -7/+7 |
| | |||||
* | brought netstrm to a (hopefully) somewhat usable state | Rainer Gerhards | 2008-04-17 | 1 | -7/+1 |
| | |||||
* | imported tcp module from librelp as basis for new stream class | Rainer Gerhards | 2008-04-17 | 1 | -1/+21 |
| | | | | | we got permission to include the tcp module from librelp copyright holders | ||||
* | added new "netstrm" class (not yet implemented) | Rainer Gerhards | 2008-04-17 | 1 | -0/+44 |