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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jun 11 12:04:50 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219918

--- Comment #3 from Damjan Jovanovic <damjan.jov at gmail.com> ---
Thank you. I do want good performance, and am thinking of better solutions.
Maybe a new hash table, that's only on alias address:port, instead of changing
the existing one to that. Or a bitfield of 65536 bits for ports in use, that
could provide guaranteed O(1) lookups. I do need to understand that code better
first though.

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


More information about the freebsd-bugs mailing list