Commit 34bfb4b0d40b17e51d25df726a80226ccbc8dec7

Carlos Martín Nieto 2011-09-14T00:54:45

net,pkt: add chunked support As we don't know the length of the message we want to send to the other end, we send a chunk size before each message. In later versions, sending the wants might benefit from batching the lines together. Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>