OSSP CVS Repository |
|
Date | Version | Description |
---|---|---|
1.7 | Check-in
[4990]:
Fix timeout handling in various functions by fixing the internal
select(2) usage: the timeout structure is (standard compliantly)
modified in place on some platforms (like Linux), so its values
have to be preserved before calls to select(2)).
Problem found by: Robert Wood <Robert.Wood@smdc.army.mil> By rse. (diff) | |
1.6 | Check-in
[4605]:
Allow negative values for SA_OPTION_LINGER to cover the
special case of l_onoff=1/l_linger=0 where a TCP RST
based connection termination is performed on close(2).
Submitted by: Alexandre Balaban <abalaban@free.fr> By rse. (diff) | |
1.5 | Check-in [4478]: Adjusted all copyright messages for new year 2004. By rse. (diff) | |
1.4 | Check-in [4463]: give credit, too By rse. (diff) | |
1.3 | Check-in
[3132]:
Fixed test suite (sa_test.c): an sa_addr_t was destroyed
too early and this way crashed the test suite.
Submitted by: Brian T. Egleston <brian@egleston.com> By rse. (diff) | |
1.2 | Check-in [2747]: Give credit where credit is due By rse. (diff) | |
1.1 | Check-in [2678]: cleanup source tree By rse. |