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 around libslirp and saw this comment in `udp.c':
/*
* XXXXX Here, check if it's in udpexec_list,
* and if it is, do the fork_exec() etc.
*/
I wonder whether that is related. In any case any help is much appreciated.