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

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -