On Sat Sep 26 14:14:16 EDT 2009, aku...@mail.nanosouffle.net wrote:
> 'httpserver' is a server on a remote connection from
> where the following is run:
> 
> aux/listen1 tcp!*!80 aux/trampoline tcp!httpserver!442
> 
> where httpserver is running httpd that listens on port 442.
> All is well, until it comes time for data transfer exceeding
> 1666 bytes (images and any other file, really). Through
> port 80 on the computer running trampoline, apparently
> only 1666 bytes of data can be transferred at once, from
> httpserver. The transfer just hangs after that. Getting
> the same data from httpserver directly, yields no such
> problem.

is t possible that the path mtu is < 1500 bytes?  if
so, trampoline isn't going to forward icmp messages.

- erik

Reply via email to