Re: [twsocket] UDP TTL setting

2006-01-13 Thread Francois PIETTE
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

[twsocket] UDP TTL setting

2006-01-12 Thread Betalord
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