[Bug 219918] LibAlias: implement RFC 4787 REQ 1 and 3 (full cone NAT)

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 15 Oct 2024 02:01:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219918

Damjan Jovanovic <damjan.jov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #253607|0                           |1
        is obsolete|                            |
                 CC|                            |damjan.jov@gmail.com

--- Comment #8 from Damjan Jovanovic <damjan.jov@gmail.com> ---
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.