Added support for unix stream sockets.

This commit is contained in:
Diego Nehab 2004-06-22 16:12:53 +00:00
parent 7195ab620b
commit 1ce47ebe39
6 changed files with 457 additions and 3 deletions

6
FIX Normal file
View file

@ -0,0 +1,6 @@
accept/connect interrupt safe
accepted sockets are nonblocking
new timming functions. better sleep/gettime
bug fixes in the manual
getfd missing cast
added unix domain support example