Hey, is it possible and what do I have to look for / search to tweak the network config in Rumprun?Especially things like:
- # of file descriptors (MAXFILES in Freebsd) - # of Available ports (e.g. net.ipv4.ip_local_port_range in Linux / portrange in FreeBSD) - TCP Timeout (tcp_fin_timeout in Linux / tcp.msl in FreeBSD) - Reuse TIME_WAIT sockets (tcp_tw_reuse in Linux) I searched in the Rumprun sources and didn't find anything similar. Any hints where I have to look / what to look for are highly appreciated. :) Thanks! Best, Vincent
