From owner-freebsd-hackers Thu Mar 16 18:02:24 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA09614 for hackers-outgoing; Thu, 16 Mar 1995 18:02:24 -0800 Received: from UUCP-GW.CC.UH.EDU (root@UUCP-GW.CC.UH.EDU [129.7.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id SAA09606 for ; Thu, 16 Mar 1995 18:02:13 -0800 Received: from Taronga.COM by UUCP-GW.CC.UH.EDU with UUCP id AA12207 (5.67a/IDA-1.5); Thu, 16 Mar 1995 19:33:54 -0600 Received: by bonkers.taronga.com (smail2.5p) id AA08484; 16 Mar 95 19:33:05 CST (Thu) Received: (from peter@localhost) by bonkers.taronga.com (8.6.8/8.6.6) id TAA08481; Thu, 16 Mar 1995 19:33:05 -0600 From: Peter da Silva Message-Id: <199503170133.TAA08481@bonkers.taronga.com> Subject: Re: Batch Telnet (Re: diskless and 3Com 509) To: terry@cs.weber.edu (Terry Lambert) Date: Thu, 16 Mar 1995 19:33:04 -0600 (CST) Cc: hackers@FreeBSD.org In-Reply-To: <9503170051.AA26101@cs.weber.edu> from "Terry Lambert" at Mar 16, 95 05:51:09 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 564 Sender: hackers-owner@FreeBSD.org Precedence: bulk > It is not a question of the telnet waiting for the other side to flush > output before going away. It is a question of the telnetd (in your > example, the nntpd) waiting for the output to be flushed to your > machine before sending the disconnect. > The problem is in the server, not the client. *really*? That's surprising... I'm sure I did the same thing from System V to the same client program. Especially when the following works: (echo LIST; echo QUIT; sleep 600000) | telnet localhost nntp I don't see how *server* side behaviour can explain this.