I’m using message for my applaication, I send message over the network looking a bit like RMI.
I’m a bit lazy about implementing error dection and data resend with UDP, I wonder if I can use TCP for send message s.
Precisely how can I force TCP to send the current buffer (my message) and not wait the buffering limit before sending data ?