Always set PING_ENABLED=1, and removed outdated comment.
This commit is contained in:
parent
1e232372d2
commit
bbf6bf50f7
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user