roslibrust
roslibrust copied to clipboard
Support tcp nodelay
Currently we're just ignoring tcp_nodelay in the connection header. Supporting this probably requires pulling in another crate to set TCP_NODELAY
on the socket file descriptor.