> Is it possible to manually change TTL (time to live) for an UDP packet?
Yes it is possible. You have to call winsock.setsockopt and pass IP_TTL option. See http://msdn.microsoft.com/library/en-us/winsock/winsock/socket_options.asp. IP_TTL is defined in winsock unit. You can call setsockoption for a TWSocket using function WSocket_setsockopt. The socket handle is in property HSocket. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be