058494285a
* Added syscall restart support for connect(), accept(), send(), recv(), which are implemented via ioctl()s. The actual restart support is done in the net stack driver's ioctl() hook. Lower layers need to correctly deal with socket timeouts, though, for which the stack module provides support functions. * TCPEndpoint::_WaitForEstablished() does abort now when an error occurred earlier, so that trying to connect to an unused port fails immediately, as it should. * Fixed and refactored TCP connection reset handling. The new TCPEndpoint::_HandleReset() does the job. Got rid of TCPEndpoint::fError. * Fixed sequence numbers for SYNC/FINI packets. * The former two fix the problem that connections wouldn't be closed correctly and could even be reused when trying to connect again (as was reproducible with svnserve + svn). * Some style cleanup in CPEndpoint.h. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23984 a95241bf-73f2-0310-859d-f6bbb57e9c96 |
||
---|---|---|
.. | ||
AddressUtilities.h | ||
arp_control.h | ||
ether_driver.h | ||
ethernet.h | ||
net_buffer.h | ||
net_datalink_protocol.h | ||
net_datalink.h | ||
net_device.h | ||
net_protocol.h | ||
net_routing_info.h | ||
net_socket.h | ||
net_stack_driver.h | ||
net_stack.h | ||
net_stat.h | ||
NetBufferUtilities.h | ||
NetUtilities.h | ||
ProtocolUtilities.h | ||
r5_compatibility.h | ||
userland_ipc.h |