diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-01 06:09:29 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-01 06:09:29 +0000 |
commit | 63807d647624df155a81a2b323f370e2c36192f6 (patch) | |
tree | 28d53540d166cc01eb0a3302e4f0dc5d2cc6c809 /TODO | |
parent | 2562738e2db9d7654c48c10247e683215e09b4a5 (diff) | |
download | luasocket-63807d647624df155a81a2b323f370e2c36192f6.tar.gz luasocket-63807d647624df155a81a2b323f370e2c36192f6.tar.bz2 luasocket-63807d647624df155a81a2b323f370e2c36192f6.zip |
Added getstats.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,6 +1,3 @@ | |||
1 | create the getstats method. | ||
2 | |||
3 | sent, received, age = sock:getstats() | ||
4 | 1 | ||
5 | take a look at DB's smtp patch | 2 | take a look at DB's smtp patch |
6 | 3 | ||
@@ -28,5 +25,7 @@ testar os options! | |||
28 | - inet_ntoa também é uma merda. | 25 | - inet_ntoa também é uma merda. |
29 | 26 | ||
30 | 27 | ||
28 | create the getstats method. | ||
29 | sent, received, age = sock:getstats() | ||
31 | *fix local domain socket kludge of name size | 30 | *fix local domain socket kludge of name size |
32 | *use TLS | 31 | *use TLS |