Re: [PATCH] net/slirp: Use newer slirp_*_hostxfwd API

2022-03-22 Thread Nicholas Ngai
a release with added Unix-to-TCP support in the hostxfwd API, but this patch is a requirement for that first. Thanks! Nicholas Ngai On 10/5/21 4:56 PM, Samuel Thibault wrote: Nicholas Ngai, le sam. 25 sept. 2021 16:22:02 -0700, a ecrit: Sorry for the duplicate email. The cc’s

Re: [PATCH] net/slirp: Use newer slirp_*_hostxfwd API

2021-09-25 Thread Nicholas Ngai
Hi, Sorry for the duplicate email. The cc’s for the maintainers on the email didn’t go through the first time. Nicholas Ngai On 9/25/21 2:48 PM, Nicholas Ngai wrote: libslirp provides a newer slirp_*_hostxfwd API meant for address-agnostic forwarding instead of the is_udp parameter which

[PATCH] net/slirp: Use newer slirp_*_hostxfwd API

2021-09-25 Thread Nicholas Ngai
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. Signed-off-by: Nicholas Ngai --- net/slirp.c | 64 +++-- 1 file changed, 42 insertions(+), 22