From owner-freebsd-questions@FreeBSD.ORG Tue Jul 5 22:58:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A04A316A41F; Tue, 5 Jul 2005 22:58:02 +0000 (GMT) (envelope-from myxgforce@hotmail.com) Received: from hotmail.com (bay18-f17.bay18.hotmail.com [65.54.187.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FE5C43D58; Tue, 5 Jul 2005 22:58:02 +0000 (GMT) (envelope-from myxgforce@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 5 Jul 2005 15:58:02 -0700 Message-ID: Received: from 68.167.234.2 by by18fd.bay18.hotmail.msn.com with HTTP; Tue, 05 Jul 2005 22:58:01 GMT X-Originating-IP: [68.167.234.2] X-Originating-Email: [myxgforce@hotmail.com] X-Sender: myxgforce@hotmail.com From: "Dr Support XGforce.COM" To: stable@freebsd.org Date: Wed, 06 Jul 2005 06:58:01 +0800 Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312; format=flowed X-OriginalArrivalTime: 05 Jul 2005 22:58:02.0314 (UTC) FILETIME=[FF0E22A0:01C581B4] X-Mailman-Approved-At: Wed, 06 Jul 2005 12:33:26 +0000 Cc: freebsd-questions@freebsd.org Subject: tcp strangness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2005 22:58:02 -0000 hi: we are using freebsd 5.4 and 4.10 as pop3 server, one of the msg that the cron daliy run generated email cause our pop3 to break in the middile of the msg download. We tested by using either pop3 cleint or a direct telnet pop3 login. we looked at the tcpdump, the telnet side strangely send the RST to pop3 server without a clear reason (at the end of the following pop3 output), other pop3 msgs downloading works, except this particular msg, whihc always knocked out the connection. is there any known strangeness out of the tcp stack? 17:07:15.096321 s2.my.net.3290 > ant.POP3SERVER.pop3: P 3334678991:3334679000(9) ack 1566293258 win 57920 (DF) [tos 0x1 0] 17:07:15.096459 ant.POP3SERVER.pop3 > s2.my.net.3290: P 1:19(18) ack 9 win 57920 (DF) 17:07:15.098039 ant.POP3SERVER.pop3 > s2.my.net.3290: . 19:1467(1448) ack 9 win 5 7920 (DF) 17:07:15.358492 s2.my.net.3290 > ant.POP3SERVER.pop3: . ack 1467 win 56472 (DF) [tos 0x10] 17:07:15.358524 ant.POP3SERVER.pop3 > s2.my.net.3290: . 1467:2915(1448) ack 9 win 57920 (DF) 17:07:15.358536 ant.POP3SERVER.pop3 > s2.my.net.3290: . 2915:4363(1448) ack 9 win 57920 (DF) 17:07:15.358547 ant.POP3SERVER.pop3 > s2.my.net.3290: . 4363:5811(1448) ack 9 win 57920 (DF) 17:07:15.631304 s2.my.net.3290 > ant.POP3SERVER.pop3: . ack 2915 win 57920 (DF) [tos 0x10] 17:07:15.631333 ant.POP3SERVER.pop3 > s2.my.net.3290: . 5811:7259(1448) ack 9 win 57920 (DF) 17:07:15.669195 s2.my.net.3290 > ant.POP3SERVER.pop3: R 3334679000:3334679000(0) win 1 17:07:15.906823 s2.my.net.3290 > ant.POP3SERVER.pop3: . ack 7259 win 57920 (DF) [tos 0x10] byte 144417:07:15.096321 s2.my.net.3290 > ant.POP3SERVER.pop3: P 3334678991:3334679000(9) ack 1566293258 win 57920 (DF) [tos 0x10] 17:07:15.096459 ant.POP3SERVER.pop3 > s2.my.net.3290: P 1:19(18) ack 9 win 57920 (DF) 17:07:15.098039 ant.POP3SERVER.pop3 > s2.my.net.3290: . 19:1467(1448) ack 9 win 57920 (DF) 17:07:15.358492 s2.my.net.3290 > ant.POP3SERVER.pop3: . ack 1467 win 56472 (DF) [tos 0x10] 17:07:15.358524 ant.POP3SERVER.pop3 > s2.my.net.3290: . 1467:2915(1448) ack 9 win 57920 (DF) 17:07:15.358536 ant.POP3SERVER.pop3 > s2.my.net.3290: . 2915:4363(1448) ack 9 win 57920 (DF) 17:07:15.358547 ant.POP3SERVER.pop3 > s2.my.net.3290: . 4363:5811(1448) ack 9 win 57920 (DF) 17:07:15.631304 s2.my.net.3290 > ant.POP3SERVER.pop3: . ack 2915 win 57920 (DF) [tos 0x10] 17:07:15.631333 ant.POP3SERVER.pop3 > s2.my.net.3290: . 5811:7259(1448) ack 9 win 57920 (DF) 17:07:15.669195 s2.my.net.3290 > ant.POP3SERVER.pop3: R 3334679000:3334679000(0) win 1 17:07:15.906823 s2.my.net.3290 > ant.POP3SERVER.pop3: . ack 7259 win 57920 (DF) [tos 0x10] 17:07:15.906852 ant.POP3SERVER.pop3 > s2.my.net.3290: R 1566300516:1566300516(0) win 0 _________________________________________________________________ 与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn