diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-06-26 18:47:49 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-06-26 18:47:49 +0000 |
commit | 71f6bb60bf2b7457091c7106190f92ab7e51f7c6 (patch) | |
tree | 8ad3668667bd3da3c34f7ff7ae0a9a7a4daa4679 /NEW | |
parent | f330540576031528f0daac231c61d4dd06e8ba1e (diff) | |
download | luasocket-71f6bb60bf2b7457091c7106190f92ab7e51f7c6.tar.gz luasocket-71f6bb60bf2b7457091c7106190f92ab7e51f7c6.tar.bz2 luasocket-71f6bb60bf2b7457091c7106190f92ab7e51f7c6.zip |
Finished implementation of LuaSocket 2.0 alpha on Linux.
Some testing still needed.
Diffstat (limited to 'NEW')
-rw-r--r-- | NEW | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,7 +8,9 @@ a given domain/family and protocol. Then connect or bind if needed. Then | |||
8 | use IO functions. | 8 | use IO functions. |
9 | 9 | ||
10 | All functions return a non-nil value as first return value if successful. | 10 | All functions return a non-nil value as first return value if successful. |
11 | All functions return nil followed by error message in case of error. | 11 | All functions return whatever could be retrieved followed by error message |
12 | in case of error. The best way to check for errors is to check for the | ||
13 | presence of an error message. | ||
12 | WARNING: The send function was affected. | 14 | WARNING: The send function was affected. |
13 | 15 | ||
14 | Better error messages and parameter checking. | 16 | Better error messages and parameter checking. |