Hi,
using the thc ros stacks, I've been faced to a problem.
Being a subscriber , once a conneciton with another node is establised, the first message contains the connection header. Others packets does'nt contains this header.
In the implementation, we check for the header for every packet.
This sometimes lead to serious problems.
(In our implementation, i'm not sur if we are realy using the header, because we got all the needed information before).