summaryrefslogtreecommitdiffstats
path: root/tcps_sess.h
Commit message (Collapse)AuthorAgeFilesLines
* removed listener array from inidividual netstrm (mostly finished)Rainer Gerhards2008-04-231-1/+1
|
* added new netstrms classRainer Gerhards2008-04-231-2/+3
| | | | netstrms is at the top layer of the socket abstraction
* objects for receive-side socket abstraction specifiedRainer Gerhards2008-04-231-1/+1
| | | | | | | 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.
* cleanup: removed no longer needed filesRainer Gerhards2008-04-161-6/+0
|
* bugfix: TCP (and GSSAPI) octet-counted frame did not work correctly in allRainer Gerhards2008-03-141-0/+5
| | | | | situations. If the header was split across two packet reads, it was invalidly processed, causing loss or modification of messages.
* made imgssapi compileRainer Gerhards2008-03-031-4/+6
|
* - added class tcpsRainer Gerhards2008-03-021-0/+73
- added class tcps_sess - changed imtcp to use new classes; seems to work; imgssapi currently broken