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?



[1] 
https://www.researchgate.net/publication/228411948_A_New_Method_for_Symmetric_NAT_Traversal_in_UDP_and_TCP

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/CAE8gKod0D-afo4GyzySOr5us0aENjm3N_JXh4ANsocB02qhKKA%40mail.gmail.com.

Reply via email to