roslibrust icon indicating copy to clipboard operation
roslibrust copied to clipboard

Support tcp nodelay

Open ssnover opened this issue 1 year ago • 0 comments

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.

ssnover avatar Sep 01 '23 18:09 ssnover