c# - Using TTL without ping -


are there ways use time-to-live value tcp or webrequest? in networks icmp , echo packets not allowed. need way limit request specific ttl value.

you can use system.net.sockets.socket.ttl set ttl if creating socket yourself. suppose if want make web request on it: c#: how execute http request using sockets?


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -