Is it possible to write a program in C which is able to set the MSL for a UDP-Packet? -


is possible write program in c able set msl udp-packet , receive return information of death, can information package was? read can set in os how possible programs traceroute use headeroption udp?

are talking time live (ttl)? should able use ip_ttl socket option (see ip(7)) set time live of packets sent on socket. if packet goes through enough hops ttl become zero, node discards packet should send icmp time exceeded message originating host. receive error, think might have create icmp socket. traceroute does, might want take @ source code.


Comments

Popular posts from this blog

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -

c# - Attribute value in root node of xml Linq to XML -

android - Retrieve value from radioButtons in alertDialog -