Internet Direct (Indy) Version 9.0.1 Beta
TIdUDPListenerThread.AcceptWait
Time-out period for accepting new connections.

property AcceptWait: integer;
Description
AcceptWait is an Integer property that defines the time-out for accepting a new connection on the TIdSocketHandle in Server.Bindings. AcceptWait is expressed in milliseconds. The default value for AcceptWait is 1000 (1 second).

AcceptWait is used in the Run method to determine if the TIdSocketHandle in Server.Bindings is readable.