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

[REBOL] Re: DNS reading timeout?

From: holger:rebol at: 22-Aug-2001 10:31

On Wed, Aug 22, 2001 at 06:13:51PM +0100, Mat Bettinson wrote:
> Heya, > > system/schemes/default/timeout doesn't work for reads from the DNS:// > protocol?
system/schemes/default/timeout only applies to reading from open TCP or UDP ports, directly or indirectly. "Indirectly" refers to situations where a TCP or UDP port is used in the implementation of another port, such as FTP or HTTP. Any other types of timeouts (writing, connecting, closing a TCP port, DNS etc.) are determined by the operating system (and, in some cases, by the protocol being used), and are not affected by system/schemes/default/timeout. -- Holger Kruse [holger--rebol--com]