Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-01 | Implement ignorefd for TCP | Lukas Larsson | |
Ignore fd is a feature used by sendfile to temporarily remove all driver_select calls on that fd so that another driver can select on it. It also delays all actions which sends or receives data in that fd until in the fd is no longer ignored. Only the controlling_process should use the feature as it is otherwise possible that the ignore will never be cleaned up and hence create a memory leak in the driver. An ignored driver will not detect that an fd has been closed until it is unignored. | |||
2011-11-17 | erts,kernel: Implement gen_sctp:peeloff/2 | Raimo Niskanen | |
2011-11-17 | erts,kernel: Add type stream sockets to SCTP | Raimo Niskanen | |
2011-11-16 | erts,kernel: Rename operations common to TCP and SCTP | Raimo Niskanen | |
2010-11-09 | Implement basic inet:getifaddrs/0 | Raimo Niskanen | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |