add pcap code for Linux. fix bugs.

This commit is contained in:
StapleButter
2019-03-26 02:53:17 +01:00
parent f86782cc2e
commit c43574207a
4 changed files with 89 additions and 34 deletions

View File

@ -264,7 +264,7 @@ bool LAN_Init()
{
if (Config::DirectLAN)
{
if (!LAN_PCap::Init())
if (!LAN_PCap::Init(true))
return false;
}
else