2004-07-01 05:32:09 +02:00
|
|
|
|
create the getstats method.
|
2004-06-23 03:08:54 +02:00
|
|
|
|
|
2004-07-01 05:32:09 +02:00
|
|
|
|
sent, received, age = sock:getstats()
|
|
|
|
|
|
|
|
|
|
take a look at DB's smtp patch
|
2004-06-23 03:08:54 +02:00
|
|
|
|
|
|
|
|
|
sort out the wrap around of gettime...
|
2004-06-24 09:36:49 +02:00
|
|
|
|
use doubles all over
|
|
|
|
|
tm_get e tm_getretry return the timeval structure pointer
|
|
|
|
|
sock_send, sock_recv & sock_select use p_tm instead of timeout
|
|
|
|
|
make select interrupt safe (will be with tm stuff)
|
|
|
|
|
use GetSystemTimeAsFileTime in windows (WinCE will suffer document)
|
|
|
|
|
|
2004-06-23 03:08:54 +02:00
|
|
|
|
optmize aux_getgroupudata
|
2004-06-24 09:36:49 +02:00
|
|
|
|
make aux_newclass receive upvalues
|
|
|
|
|
use one upvalue per string name of class/group
|
|
|
|
|
make aux_checkgroup by upvalue (faster)
|
|
|
|
|
|
|
|
|
|
fix local domain socket kludge of name size
|
|
|
|
|
|
2004-06-23 03:08:54 +02:00
|
|
|
|
make sure all modules that can use it actually use socket.newtry
|
2004-06-18 23:41:44 +02:00
|
|
|
|
adicionar exemplos de expans<6E>o: pipe, local, named pipe
|
2003-08-16 02:06:04 +02:00
|
|
|
|
Add service name translation.
|
2004-06-18 23:41:44 +02:00
|
|
|
|
testar os options!
|
2004-01-19 19:22:51 +01:00
|
|
|
|
- Fazer compilar com g++
|
2003-03-21 02:07:23 +01:00
|
|
|
|
- Thread-safe
|
2004-02-04 15:29:11 +01:00
|
|
|
|
- proteger get*by*.* com um mutex GLOBAL!
|
2003-06-26 20:47:49 +02:00
|
|
|
|
- proteger ou atomizar o conjunto (timedout, receive), (timedout, send)
|
|
|
|
|
- inet_ntoa tamb<6D>m <20> uma merda.
|
2003-03-21 02:07:23 +01:00
|
|
|
|
- SSL
|