commit | 03555199b63aa1fbce24d16287e141c33f572a24 | [log] [tgz] |
---|---|---|
author | Nicholas Ngai <nicholas@ngai.me> | Sat Sep 25 14:48:20 2021 -0700 |
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | Mon Apr 29 02:04:58 2024 +0200 |
tree | 165f1dc522f40c7f37d9fed30d4007b853d39cb9 | |
parent | fd87be1dada5672f877e03c2ca8504458292c479 [diff] |
net/slirp: Use newer slirp_*_hostxfwd API libslirp provides a newer slirp_*_hostxfwd API meant for address-agnostic forwarding instead of the is_udp parameter which is limited to just TCP/UDP. This paves the way for IPv6 and Unix socket support. Signed-off-by: Nicholas Ngai <nicholas@ngai.me> Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Tested-by: Breno Leitao <leitao@debian.org> Message-Id: <20210925214820.18078-1-nicholas@ngai.me>