The network card poller is now actually fired, the network now actually works.

This commit is contained in:
OBattler
2017-02-12 19:38:06 +01:00
parent 9cb0abc4ae
commit 8747bede97

View File

@@ -158,9 +158,9 @@ void vlan_poller(void *priv)
{
int c;
vlan_poller_time += (int)((double)TIMER_USEC * (1000000.0 / 8.0 / 1500.0));
vlan_poller_time += (int)((double)TIMER_USEC * (1000000.0 / 8.0 / 3000.0));
if (network_thread_enable && vlan_handlers_num)
if (/*network_thread_enable && */ vlan_handlers_num)
{
// pclog("Setting thread event...\n");
// thread_set_event(network_event);