[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 #183455|0 |1 is obsolete| | --- Comment #7 from Damjan Jovanovic <[email protected]> --- 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.