From b480a6eac3b5507872fa67a2f2bd9c4458c4289e Mon Sep 17 00:00:00 2001 From: angt Date: Tue, 27 Oct 2015 20:11:11 +0100 Subject: [PATCH] Do not format buffer on restart --- glorytun.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/glorytun.c b/glorytun.c index b269023..67ffe7f 100644 --- a/glorytun.c +++ b/glorytun.c @@ -391,9 +391,6 @@ int main (int argc, char **argv) sk_set_nodelay(sock.fd); sk_set_congestion(sock.fd, congestion); - buffer_format(&tun.recv); - buffer_format(&sock.recv); - printf("running...\n"); struct pollfd fds[] = {