Re: udp guestfwd

2024-03-13 Thread Felix Wu
Hi Louai, Are you using IPv6 or IPv4? The IPv4 is actually broken (if you want to send multiple requests to slirp and get them forwarded). You can check the latest comments in following tickets: https://gitlab.freedesktop.org/slirp/libslirp/-/issues/67 https://gitlab.com/qemu-project/qemu/-/issues

Re: udp guestfwd

2023-12-08 Thread Patrick Venture
On Fri, Oct 27, 2023 at 11:44 PM Louai Al-Khanji wrote: > Hi, > > I'm interested in having the guestfwd option work for udp. My > understanding is that currently it's restricted to only tcp. > > I'm not familiar with libslirp internals. What would need to be changed to > implement this? I'm poten

udp guestfwd

2023-10-27 Thread Louai Al-Khanji
Hi, I'm interested in having the guestfwd option work for udp. My understanding is that currently it's restricted to only tcp. I'm not familiar with libslirp internals. What would need to be changed to implement this? I'm potentially interested in doing the work. I did a tiny amount of digging a