Internet Direct (Indy)
|
Time-out period for accepting new connections.
property AcceptWait: integer;
AcceptWait is an Integer property that defines the time-out period for selecting the readable socket handles for the listener thread using the bindings in TIdUDPServer.
AcceptWait is expressed in milliseconds. The default value for AcceptWait is 1000 (1 second).
AcceptWait is used during execution of the UDP server listener thread to determine if any of the socket handles in the server bindings are readable, or have datagrams ready for receipt.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |