summaryrefslogtreecommitdiffstats
path: root/runtime/nsdsel_gtls.h
Commit message (Collapse)AuthorAgeFilesLines
* added support for EGAIN while trying to receive data on gTLS sessionRainer Gerhards2008-06-241-0/+1
| | | | | | | | | This maps to bugzilla bug 83: http://bugzilla.adiscon.com/show_bug.cgi?id=83 This is the first test version, posted to user for repro of the problem. It contains code to handle the case, HOWEVER, I have not been able to test it in a scenario where a retry actually happens while receiving (I dont't get this in my environment). So I assume it is buggy and will probably not work.
* restructured netstrm driver layerRainer Gerhards2008-04-301-3/+0
| | | | | | | 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.
* added select() driver for GnuTlsRainer Gerhards2008-04-241-0/+45