Try:
echo "0" >/proc/sys/net/ipv4/tcp_retrans_collapse
Some printer TCP stacks get confused when retransmitted
data is collapsed. It's probably not whats happening
here but it'd be good to check it out.
Next you could try turning off timestamps, window scaling,
and SACK:
echo "0" >/proc/sys/net/ipv4/tcp_timestamps
echo "0" >/proc/sys/net/ipv4/tcp_window_scaling
echo "0" >/proc/sys/net/ipv4/tcp_sack
Based upon the results from here, I'll suggest further ways
to investigate this problem.
Later,
David S. Miller
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of the message to [EMAIL PROTECTED]