Do not format buffer on restart

This commit is contained in:
angt
2015-10-27 20:11:11 +01:00
parent e48333d955
commit b480a6eac3

View File

@@ -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[] = {