[Bug 219918] LibAlias: implement RFC 4787 REQ 1 and 3 (full cone NAT)
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219918 Damjan Jovanovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #253607|0 |1 is obsolete| | CC| |[email protected] --- Comment #8 from Damjan Jovanovic <[email protected]> --- Created attachment 254238 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=254238&action=edit Version 4 of the patch New version of the patch. This version adds a flag, PKT_ALIAS_ENDPOINT_INDEPENDENT_MAPPING (maybe we should use a shorter name, like PKT_ALIAS_FULL_CONE_NAT?), which can be used to turn endpoint-independent mapping on and off. It is currently on by default, for better compatibility with the RFC and applications. It also adds documentation to the header file and man page, and wraps lines at 80 characters. -- You are receiving this mail because: You are the assignee for the bug.