>From src/bb.h in bb18b3:<br>

<br>

    #define MAXLINE  8192   /* CHANGED FROM 256 - MAX LINE SIZE */<br>

 <br>

This definition is used multiple places, including:<br>

<br>
   static char msgbuf[MAXLINE];   /* INCOMING MESSAGE BUFFER */<br>
<br>
and<br>
<br>
   strcat(msgbuf, "\n\n... DATA TRUNCATED ...\n"); /* 25 chars ! */<br>
<br>
after discovering that the message length is bigger than MAXLINE+30.<br>
<br>
<br>

Ralph Mitchell<br>
<br><br><div><span class="gmail_quote">On 5/29/06, <b class="gmail_sendername">Henrik Stoerner</b> <<a href="mailto:henrik@hswn.dk">henrik@hswn.dk</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Somewhat late reply, but I'm cleaning up mails prior to the 4.2 release.<br><br>Since you see the "... DATA TRUNCATED ..." string inside the client message,<br>I have a strong suspicion that it was sent with the "bb" utility from
<br>the original Big Brother package.<br><br>This text doesn't appear anywhere in the Hobbit code :-)<br><br><br>Regards,<br>Henrik<br><br><br>On Thu, Mar 16, 2006 at 01:54:42PM +0100, Mirko Saam wrote:<br>> Hi,<br>> after reading the docs, searching the list, searching the source
<br>> code i have no idea, what is going wrong here:<br>><br>> Data that is sent by the hobbit client is truncated somewhere.<br>> My Hobbit client messages are about 30kB.<br>> The client sents the message to the server without loss (verified with netcat).
<br>><br>> Monitoring the client channel via<br>>   [clientlogger]<br>>   CMD hobbitd_channel --channel=client cat<br>> in hobbitlaunch.cfg results in:<br>> ><br>> >DATADATADATA<br>> >DATADATADATA
<br>> >DATADATAD<br>> ><br>> >... DATA TRUNCATED ...<br>> ><br>> The received data is cut at approx 10kB. All MSG_* variables that limit<br>> communication are clearly above this value (MSG_CLIENT=256*1024). I have
<br>> set anything to debug with no results. I did not find the place in the source<br>> code where the "DATA TRUNCATED" message is generated, so i can't trace back<br>> why it is truncated...<br>><br>
> Help me please!<br>><br>> Regards,<br>> Mirko<br>><br>><br>> ----------------------------------------------------------------<br>> This message was sent using IMP, the Internet Messaging Program.
<br>><br>> To unsubscribe from the hobbit list, send an e-mail to<br>> <a href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a><br>><br>><br><br>--<br>Henrik Storner<br><br>To unsubscribe from the hobbit list, send an e-mail to
<br><a href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a><br><br><br></blockquote></div><br>