moonbridge
log moonbridge_io.c
age | author | description |
---|---|---|
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 |