[ stripped Cc line ]

On Thu, 2006-03-16 at 16:51 +0100, Rainer Gerhards wrote:
> > My 2 cents... Do the byte counting. Look at the headers of 
> > pretty much any successful protocol (TCP, IP, UDP, etc) - 
> > they all specify length of payload.  Special character 
> > sequence is really a hack IMO!  
> 
> After some thinking, I agree with Anton. I, too, think that
> octet-counting is superior, as it leaves the door open for changes in
> the upper layer. So I now strongly vote for using this approach.

Agreed, let's go for octet-counting. How would that look like? Two
octets before every message? That would limit message size to 64k, is
that sufficient? (I personally say it is, messages larger than 64k would
potentially mean that they cannot be held in memory)

-- 
Bazsi


_______________________________________________
Syslog mailing list
Syslog@lists.ietf.org
https://www1.ietf.org/mailman/listinfo/syslog

Reply via email to