Hi, after reading the docs, searching the list, searching the source code i have no idea, what is going wrong here:
Data that is sent by the hobbit client is truncated somewhere. My Hobbit client messages are about 30kB. The client sents the message to the server without loss (verified with netcat).
Monitoring the client channel via [clientlogger] CMD hobbitd_channel --channel=client cat in hobbitlaunch.cfg results in:
DATADATADATA DATADATADATA DATADATAD
... DATA TRUNCATED ...
The received data is cut at approx 10kB. All MSG_* variables that limit communication are clearly above this value (MSG_CLIENT=256*1024). I have set anything to debug with no results. I did not find the place in the source code where the "DATA TRUNCATED" message is generated, so i can't trace back why it is truncated...
Help me please!
Regards, Mirko
This message was sent using IMP, the Internet Messaging Program.