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

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 16 Sep 2024 17:40:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219918

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #183455|0                           |1
        is obsolete|                            |

--- Comment #7 from Damjan Jovanovic <damjan.jov@gmail.com> ---
Created attachment 253607
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=253607&action=edit
Version 3

New version of the patch. It applies to the latest main brain. The source
addresses and ports for connections are stored in their own splay tree.
GetNewPort() is patched to search this tree, so it can reuse pre-existing
connections from the same address:port. Some tests are added, and another test
that broke is fixed.

-- 
You are receiving this mail because:
You are the assignee for the bug.