ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
2

TCPROS/UDPROS Jumbogram support in IPV6 for lower latency high bandwidth communications

asked 2014-01-30 08:47:48 -0500

unknown_entity1 gravatar image

updated 2016-10-24 08:35:41 -0500

ngrennan gravatar image

Dear ROS Supporters,

Why is a ROS UDP Datagram support limited to a block size under 2K? TCP/IP v4 supports a Datagram up to 65535, while IPv6 supports TCPIP, and UDP Jumbogram up to 4GB. It seems that the video latency due to increased CPU processing, and network message bandwidth decrement justifies larger UDP block sizes?

Any constructive input will be appreciated.

Thanks,

Aaron

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-08-14 01:45:45 -0500

tfoote gravatar image

The protocol can support those larger block sizes, however you need to pick the lowest common denominator for what will be supported by the network devices such as routers etc. There's a lot of older hardware without super large MTU support. And also very large packets do not work well over wireless which is one of the primary reasons for using the lower latency UDP. Picking the size is always a tradeoff. It will help larger data get through with lower latency, but will actually slow down delivery of small packets, either by blocking the network or batching them depending on the choice of protocol.

edit flag offensive delete link more

Question Tools

3 followers

Stats

Asked: 2014-01-30 08:47:48 -0500

Seen: 289 times

Last updated: Aug 14 '16