14 Jan
2026
14 Jan
'26
1:07 a.m.
On Tue, 13 Jan 2026 14:06:12 +1100
David Gibson
For future forwarding changes, it makes more sense for the tcp and udp listen functions to return socket fds, rather than just success / failure. Make the change, fixing bug 186 along the way.
Link: https://bugs.passt.top/show_bug.cgi?id=186
Changes in v2: * Fix several typos in comments and commit messages * Drop the --no-bindtodevice option, I was convinced it wasn't useful enough * Change from -EACCES to -EAFNOSUPPORT error code
Applied. -- Stefano