> 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 f
Is it possible to manually change TTL (time to live) for an UDP packet?
--
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