Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Port timeout

 [1/4] from: ptretter::charter::net at: 2-Oct-2000 21:17


How do I manipulate the timeout on ports to ensure I dont get a network timeout error? Also, anyone know the default timeout value. Paul Tretter

 [2/4] from: jsc:dataheaven at: 3-Oct-2000 4:31


On Tue, 03 Oct 2000, you wrote:
> How do I manipulate the timeout on ports to ensure I dont get a network > timeout error?
system/schemes/default/timeout: 7200
> Also, anyone know the default timeout value.
system/schemes/default/timeout == 30 Regards Jochen

 [3/4] from: al:bri:xtra at: 2-Oct-2000 19:34


Paul Tretter wrote:
> How do I manipulate the timeout on ports to ensure I don't get a network
timeout error?
> Also, anyone know the default timeout value.
Check out the new core manual, page 360, Network Protocols. Andrew Martin ICQ: 26227169 http://members.nbci.com/AndrewMartin/ http://members.xoom.com/AndrewMartin/

 [4/4] from: ptretter:charter at: 2-Oct-2000 22:27


exactly what I was looking for and it worked. Got rid of the timeout message. Really cool! thanks Paul Tretter