From 3c44139f194e00fd1529dca2112bda4df8f2257f Mon Sep 17 00:00:00 2001 From: Max Lv Date: Thu, 16 May 2019 14:32:07 +0800 Subject: [PATCH] Clean up --- src/redir.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/redir.c b/src/redir.c index 5b252d20..b3a67786 100644 --- a/src/redir.c +++ b/src/redir.c @@ -61,10 +61,6 @@ #define EWOULDBLOCK EAGAIN #endif -#ifndef SOCKET_BUF_SIZE -#define SOCKET_BUF_SIZE 2048 -#endif - #ifndef IP6T_SO_ORIGINAL_DST #define IP6T_SO_ORIGINAL_DST 80 #endif