> Hi,
>
> Thank you for your feedback.
...

> It seems OpenSSH's ssh has done the following check,
>
>   if (packet_length < 1 + 4 || packet_length > 256 * 1024) {
>     packet_disconnect("Bad packet length %u.", packet_length);
>   }
>
> I'll use 256*1024 instead of 32768 in the next release.

Crikey is that a single 256K packet!?

I presume this is for IPv6 as IPv4 only supports 64k.

I suspect that Globalscape's server will probably break in other ways
sending packets this big especially as the network gets busy. I would
strongly suggest that they look to fix this.

I'm not sure of the value of exceeding 64k at the moment... Essentially
this is just turning off the check for IPv4 anyway.

-- 
M

PS
For reference the current gigabit switches with jumbo frame support can do
just over 8K (and their not likely to get bigger than that). Slower
switches do 1500 bytes.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
JSch-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jsch-users

Reply via email to