On Wed, 16 Oct 2019 15:34:53 -0400, David Storrs
<
david....@gmail.com> wrote:
>I'm implementing the port prediction NAT-traversal algorithm[1], part
>of which specifies sending non-multicast UDP packets with very short
>TTLs. The only method I see in the Racket docs for setting TTL on UDP
>is the udp-multicast-set-ttl! function. Is there a way to do this for
>regular UDP packets?
More generally, is there a way to set and query socket options?
I may have missed something, but I don't see any equivalent of
setsockopt or getsockopt.
George