Open ffreddow opened 9 months ago
Atm there is an interval polling the smoltcp socket. It would be more efficient when we have an optional handle in the WgTunDevice that polls every time a new ws message is received.
Until now I did not run into performance issues so this is probably low priority.
Atm there is an interval polling the smoltcp socket. It would be more efficient when we have an optional handle in the WgTunDevice that polls every time a new ws message is received.