Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 1998 13:17:26 +0000
From:      Peter Edwards <peter.edwards@isocor.ie>
To:        Arman Hazairin <arman@ai3.net>, freebsd-hackers@FreeBSD.ORG
Subject:   Re: TCP connection hang
Message-ID:  <351903E6.FB041AEC@isocor.ie>
References:  <199803242235.OAA27379@implode.root.com> <35190E33.7E908938@ai3.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> Btw, I convert the binary file that i want to transmit into text using
> uuencode, and finaly i can transfer the file.
> But still no answer for this 'strange' behaviour.

I hear a bell ringing in the distance.
This indicates that the problem is not related to the size of the data, but its
content. If the data-link path wasn't 8-bit clean (say, the SCO terminal device
was doing cr->cr-lf translations on the TCP packets for example), is it 
possible that tcpdump shows the incoming (corrupted) packets coming up through 
bpf but the TCP code discards them because the checksum is invalid? This would 
explain why the FreeBSD box apparently "sees" the incoming packet, but the TCP
stack doesn't respond to it.
Cheers,
Peter

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?351903E6.FB041AEC>