Optimoos
Optimoos
This change adds the TTL value of the inbound packet to the output of the userland ping program, bringing it more in line with other common ping utilities. It also...
A TODO suggested that sending an RST may be desirable from the Closed state. This behaviour is defined in section 3.5.2 of the RFC, which this change implements. Although there...
This change adds an integer variable type to SysFS in preparation for allowing certain features to be configured live, such as network TTL.
This change fills in some a standard struct and some defines. It also removes an error test that wasn't reachable when adding routes, while adding tests for a few other...
This change adds default_ttl to /sys/kernel/variables and links the functionality through NetworkingManagement to IPv4 sockets. DefaultTTL is an IntegerVariable type for retrieving the TTL value from the SysFS file. NetworkingManagement...