We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02b1b7 commit 2c0a4d7Copy full SHA for 2c0a4d7
src/const/ipv6/option.py
@@ -29,6 +29,8 @@ class Option(IntEnum):
29
Option['MPL'] = 0x6D # [RFC 7731]
30
Option['IP_DFF'] = 0xEE # [RFC 6971]
31
Option['PDM'] = 0x0F # [RFC 8250]
32
+ Option['Path MTU Record Option \nTEMPORARY - registered 2019-09-03, expires 2020-09-03'] = 0x30
33
+ # [draft-ietf-6man-mtu-option]
34
Option['RFC3692-style Experiment [0x1E]'] = 0x1E # [RFC 4727]
35
Option['RFC3692-style Experiment [0x3E]'] = 0x3E # [RFC 4727]
36
Option['RFC3692-style Experiment [0x5E]'] = 0x5E # [RFC 4727]
0 commit comments