@ -37,6 +37,10 @@
#endif
#ifndef SOL_TCP
#define SOL_TCP IPPROTO_TCP
int init_udprelay(const char *server_host, const char *server_port,
#ifdef UDPRELAY_LOCAL
const struct sockaddr *remote_addr, const int remote_addr_len,
@ -63,9 +63,9 @@
#include "netutils.h"
#include "utils.h"
#include "local.h"
#include "socks5.h"
#include "acl.h"
#ifndef EAGAIN
#define EAGAIN EWOULDBLOCK
@ -57,8 +57,8 @@
#include <udns.h>
#include "udprelay.h"
#include "cache.h"
#ifdef UDPRELAY_REMOTE
#define MAX_UDP_CONN_NUM 1024