Re: [PATCH v3 05/10] pack-protocol: fix maximum pkt-line size

2016-08-01 Thread Lars Schneider
> On 30 Jul 2016, at 15:58, Jakub Narębski wrote: > > W dniu 30.07.2016 o 01:37, larsxschnei...@gmail.com pisze: >> From: Lars Schneider >> >> According to LARGE_PACKET_MAX in pkt-line.h the maximal lenght of a >> pkt-line packet is 65520 bytes. The pkt-line header takes 4 bytes and >> therefo

Re: [PATCH v3 05/10] pack-protocol: fix maximum pkt-line size

2016-07-30 Thread Jakub Narębski
W dniu 30.07.2016 o 01:37, larsxschnei...@gmail.com pisze: > From: Lars Schneider > > According to LARGE_PACKET_MAX in pkt-line.h the maximal lenght of a > pkt-line packet is 65520 bytes. The pkt-line header takes 4 bytes and > therefore the pkt-line data component must not exceed 65516 bytes. s

[PATCH v3 05/10] pack-protocol: fix maximum pkt-line size

2016-07-29 Thread larsxschneider
From: Lars Schneider According to LARGE_PACKET_MAX in pkt-line.h the maximal lenght of a pkt-line packet is 65520 bytes. The pkt-line header takes 4 bytes and therefore the pkt-line data component must not exceed 65516 bytes. Signed-off-by: Lars Schneider --- Documentation/technical/protocol-c