From owner-freebsd-bugs Mon Jun 24 8:40:16 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4B7737B405 for ; Mon, 24 Jun 2002 08:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5OFe1252206; Mon, 24 Jun 2002 08:40:01 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 5AB7337B400 for ; Mon, 24 Jun 2002 08:38:44 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g5OFcihG085928 for ; Mon, 24 Jun 2002 08:38:44 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g5OFci6O085927; Mon, 24 Jun 2002 08:38:44 -0700 (PDT) Message-Id: <200206241538.g5OFci6O085927@www.freebsd.org> Date: Mon, 24 Jun 2002 08:38:44 -0700 (PDT) From: Daniel Huang To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/39787: T/TCP support Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39787 >Category: misc >Synopsis: T/TCP support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 24 08:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Daniel Huang >Release: FreeBSD 4.5 >Organization: Qobra Systems Inc. >Environment: FreeBSD 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Jan 28 14:31:56 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 >Description: I tested the T/TCP by using the source code in on FreeBsd 4.5. The tcpdump result as below: 09:49:10.957632 dhcp189.tor.qobra.net.1026 > dhcp189.tor.qobra.net.1028: SFP 3873691517:3873691817(300) win 65535 (DF) 09:49:10.957748 dhcp189.tor.qobra.net.1028 > dhcp189.tor.qobra.net.1026: S 2495134045:2495134045(0) ack 3873691518 win 65535 09:49:10.957782 dhcp189.tor.qobra.net.1026 > dhcp189.tor.qobra.net.1028: F 301:301(0) ack 1 win 65535 (DF) 09:49:10.957834 dhcp189.tor.qobra.net.1028 > dhcp189.tor.qobra.net.1026: ack 1 win 65535 (DF) 09:49:11.950539 dhcp189.tor.qobra.net.1026 > dhcp189.tor.qobra.net.1028: FP 1:301(300) ack 1 win 65535 (DF) 09:49:11.950578 dhcp189.tor.qobra.net.1028 > dhcp189.tor.qobra.net.1026: ack 302 win 65535 (DF) 09:49:11.950750 dhcp189.tor.qobra.net.1028 > dhcp189.tor.qobra.net.1026: FP 1:401(400) ack 302 win 65535 (DF) 09:49:11.950768 dhcp189.tor.qobra.net.1026 > dhcp189.tor.qobra.net.1028: ack 402 win 65535 (DF) The client sent 300 bytes to server, and server reply 400 bytes to client. It seems that step 4 and 5 are wrong, but I don't know why. I set rfc1644 on(1) and rfc1323 off(0), why step 4 sends wrong ACK and step 5 resend the message to server. Furthermore, I couldn't get the normal T/TCP transaction result -- just 3 segments, for my test it's seem with the upper tcpdump. Could you please give me some advice? I appreciate. >How-To-Repeat: Simply use the example T/TCP client/server source code in P.17, P.18 >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message