diff options
Diffstat (limited to 'FIX')
| -rw-r--r-- | FIX | 7 |
1 files changed, 4 insertions, 3 deletions
| @@ -1,8 +1,9 @@ | |||
| 1 | setup error messages in the default case. | ||
| 1 | listen defaults to 32 backlog | 2 | listen defaults to 32 backlog |
| 2 | smtp sends quit on exceptions | 3 | smtp/ftp/http fail gracefully |
| 3 | accept/connect interrupt safe | 4 | accept/connect/select interrupt safe |
| 4 | accepted sockets are nonblocking | 5 | accepted sockets are nonblocking |
| 5 | new timming functions. better sleep/gettime | 6 | new timming functions. higher resolution, no wrap around |
| 6 | bug fixes in the manual | 7 | bug fixes in the manual |
| 7 | getfd missing cast | 8 | getfd missing cast |
| 8 | added unix domain support example | 9 | added unix domain support example |
