henrypp / simplewall

Simple tool to configure Windows Filtering Platform (WFP) which can configure network activity on your computer.
GNU General Public License v3.0
6.31k stars 487 forks source link

Network tab completely empty for minutes when using IKEv2 VPN connection #515

Closed ltguillaume closed 5 years ago

ltguillaume commented 5 years ago

I just found out that after simplewall starts while I'm connected to a VPN, no connections are shown in the Network for at least a minute.

The refresh rate of the Network tab seems to be over a minute. I think it's fine that it doesn't refresh often (otherwise it would only drain resources), but is there a way to manually do a refresh for the Network tab?

henrypp commented 5 years ago

Try to disable "resolve nework addresses". There is nothing unusual - resolving addresses is processed in a same thread (synchronous).

The refresh rate of the Network tab seems to be over a minute. I think it's fine that it doesn't refresh often (otherwise it would only drain resources), but is there a way to manually do a refresh for the Network tab?

There is no manual refresh. Network list refreshing automatically in ~3 seconds. Refreshing may hang-out for reason described above. But there is used no much drain resources.