Always set PING_ENABLED=1, and removed outdated comment.

This commit is contained in:
yellows8 2018-05-08 16:28:55 -04:00
parent 1e232372d2
commit bbf6bf50f7

View File

@ -30,12 +30,10 @@ typedef uint32_t in_addr_t;
#include "common.h" #include "common.h"
#include "netloader.h" #include "netloader.h"
// having trouble with non blocking sockets & udp on switch currently #define PING_ENABLED 1
#ifndef __SWITCH__ #ifndef __SWITCH__
#include "switch/runtime/nxlink.h" #include "switch/runtime/nxlink.h"
#define PING_ENABLED 1
#else
#define PING_ENABLED 0
#endif #endif
#define ZLIB_CHUNK (16 * 1024) #define ZLIB_CHUNK (16 * 1024)