diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-04-13 22:18:21 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-04-13 22:18:21 +0000 |
commit | 5e75dc0857625fb9061660e07732e0f833e4a125 (patch) | |
tree | 96e7e17a3ae29addb3e6f7664ee4d210de93b786 /FIX | |
parent | e7b7c36aea4ead89f1f9d0774b12d7ef869545aa (diff) | |
download | luasocket-5e75dc0857625fb9061660e07732e0f833e4a125.tar.gz luasocket-5e75dc0857625fb9061660e07732e0f833e4a125.tar.bz2 luasocket-5e75dc0857625fb9061660e07732e0f833e4a125.zip |
Wrong class...
Diffstat (limited to 'FIX')
-rw-r--r-- | FIX | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,3 +9,4 @@ check all "require("http")" etc in the manual. | |||
9 | make sure sock_gethostname.* only return success if the hp is not null! | 9 | make sure sock_gethostname.* only return success if the hp is not null! |
10 | change 'l' prefix in C libraries to 'l-something'... | 10 | change 'l' prefix in C libraries to 'l-something'... |
11 | don't forget the declarations in luasocket.h and mime.h!!! | 11 | don't forget the declarations in luasocket.h and mime.h!!! |
12 | setpeername was using udp{unconnected} | ||