From e6d14d1dad10c8d51f079d31fe26c6aa74a01639 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Wed, 26 Jun 2013 15:05:15 -0400 Subject: Oups. --- core/network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/network.c') diff --git a/core/network.c b/core/network.c index 43168da4..d5389bfa 100644 --- a/core/network.c +++ b/core/network.c @@ -79,7 +79,7 @@ int init_networking(IP ip ,uint16_t port) sock = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); //Functions to increase the size of the send and recieve UDP buffers - //NOTE: uncomment if nn + //NOTE: uncomment if necessary /* int n = 1024 * 1024 * 2; if(setsockopt(sock, SOL_SOCKET, SO_RCVBUF, (char*)&n, sizeof(n)) == -1) -- cgit v1.2.3