From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23871 invoked by alias); 8 Sep 2004 14:07:08 -0000 Mailing-List: contact ecos-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Post: List-Help: , Sender: ecos-cvs-owner@sources.redhat.com List-Subscribe: Received: (qmail 23853 invoked by uid 9341); 8 Sep 2004 14:07:07 -0000 Date: Wed, 08 Sep 2004 14:07:00 -0000 Message-ID: <20040908140707.23852.qmail@sourceware.org> From: asl@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos-opt/net/net/ppp/current ChangeLog tests/w ... X-SW-Source: 2004/txt/msg00459.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos-opt Changes by: asl@sourceware.org 2004-09-08 14:07:07 Modified files: net/net/ppp/current: ChangeLog net/net/ppp/current/tests: windows_telnet.c Log message: * windows_telnet.c: now demonstrates chat script TIMEOUT, which makes connection more snappy. It also repeatably attempts at connect until a connection is established instead of a single try. Once a telnet session is aborted, a new one can be established. Also cleaned up the indentation to make it more readable.