We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've recently started to look into adding the ability to set the TTL value for a socket.
This should be a trivial change. The following is my plan of attack.
Option<u8>
Ipv4Repr
Unspecified
Repr
lower
TcpSocket
emit
64
None
Some
Due to the simplicity of this change there are minimal open questions.
Comments and critiques are welcomed!
Related to: #50
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've recently started to look into adding the ability to set the TTL value for a socket.
This should be a trivial change. The following is my plan of attack.
Option<u8>
toIpv4Repr
and theUnspecified
Repr
lower
ensure that the ttl is not lostOption<u8>
member toTcpSocket
emit
ing the ipv4 packet64
if the optional value isNone
Some
Due to the simplicity of this change there are minimal open questions.
Comments and critiques are welcomed!
Related to: #50
The text was updated successfully, but these errors were encountered: