moonbridge
log moonbridge_io.c
age | author | description |
---|---|---|
2015-04-08 | jbe | New function moonbridge_io.tcpconnect_nb(...) for nonblocking connects |
2015-04-08 | jbe | Added moonbridge_io.tcpconnect(...) function |
2015-04-08 | jbe | Bugfix regarding TCP PSH |
2015-04-08 | jbe | Allow full write buffer without forcing TCP PSH |
2015-04-08 | jbe | Correctly cache nonblocking status of socket in I/O library; Use TCP_NOPUSH/TCP_CORK when applicable |
2015-04-07 | jbe | Removed timeout option from socket:close(); Simulate shutdown for local sockets (Unix Domain Sockets) |
2015-04-07 | jbe | Always re-fill immediate send buffer in write_nb method |