From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Seitz To: Leslie Newell Cc: insight Subject: Re: Create binary distribution. Date: Mon, 11 Dec 2000 11:09:00 -0000 Message-id: <3A35264E.58F2523B@firetalk.com> References: <39944D77.1BC31C2A@cygnus.com> <39985D35.373B87FE@cygnus.com> <399865E4.E1562FB8@cygnus.com> <874s4mff0j.fsf@creche.i-did-not-set--mail-host-address--so-shoot-me> <399ACB73.7EC597D9@cygnus.com> <026601c063a3$0d0f4ee0$0200a8c0@leslie> X-SW-Source: 2000-q4/msg00419.html Leslie Newell wrote: > > Also is there any way of setting remote timeout to less than one second or > the number of retries to less than 10? If a download fails Insight can sit > there for ages continually retrying each packet - I have had to resort to > the three finger salute (Ctrl Alt Del) a couple of times. You can use the "remotetimeout" variable to change the delay time. When I work on Cygwin, I always set it to 1: "set remotetimeout 1". There is no interface for this, so you'll need to type this into the console window (or put it in the init file: gdb.ini on windows, I think). Keith