diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-02 18:44:05 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-02 18:44:05 +0000 |
commit | b1a4ad2b1996936744c679e6ae563986ff701a3a (patch) | |
tree | c446d3bf2fe5bb0452027ee93388e505c2dfa53d /FIX | |
parent | 63807d647624df155a81a2b323f370e2c36192f6 (diff) | |
download | luasocket-b1a4ad2b1996936744c679e6ae563986ff701a3a.tar.gz luasocket-b1a4ad2b1996936744c679e6ae563986ff701a3a.tar.bz2 luasocket-b1a4ad2b1996936744c679e6ae563986ff701a3a.zip |
Compiles and runs on windows.
Diffstat (limited to 'FIX')
-rw-r--r-- | FIX | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,6 @@ | |||
1 | new sample unix domain support | ||
2 | new sample LPD support | ||
3 | comprehensive error messages in the default case. | ||
1 | added getstats to help throttle. | 4 | added getstats to help throttle. |
2 | setup error messages in the default case. | 5 | setup error messages in the default case. |
3 | listen defaults to 32 backlog | 6 | listen defaults to 32 backlog |
@@ -7,5 +10,4 @@ accepted sockets are nonblocking | |||
7 | new timming functions. higher resolution, no wrap around | 10 | new timming functions. higher resolution, no wrap around |
8 | bug fixes in the manual | 11 | bug fixes in the manual |
9 | getfd missing cast | 12 | getfd missing cast |
10 | added unix domain support example | ||
11 | fixed local domain socket kludge of name size | 13 | fixed local domain socket kludge of name size |