Compilation options
These can be set with rosbuild
Preprocessor Definitions
ROSCPP_USE_TCP_NODELAY
Set this to disable Nagle's algorithm (allows much lower-latency sending of data at the expense of bandwidth): http://en.wikipedia.org/wiki/Nagle%27s_algorithm
The preferred way of doing this is using Transport Hints in the subscriber.