I'm maintaining an old Delphi 4 application that uses Winsock
calls to send and receive UDP packets. I've been asked whether it's
possible to set the TTL for testing purposes, and I don't see a way to
do that. I know there's a Windows registry entry for the default TTL,
but I don't think I want to mess with a system-wide parameter.
Can the TTL be set? If so, is it set per-socket or per-message?
Thanks
tbone