From 59b34e423beb75fcd3e3c8abc2c05fe60aca26bc Mon Sep 17 00:00:00 2001 From: SilentSand Date: Fri, 26 Jul 2013 04:02:17 -0400 Subject: Formatting. Many stylistic changes, mostly formatting code more closely to the coding style. --- core/network.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/network.c') diff --git a/core/network.c b/core/network.c index 8c9cd0bd..5aa0d304 100644 --- a/core/network.c +++ b/core/network.c @@ -23,7 +23,6 @@ #include "network.h" - /* returns current UNIX time in microseconds (us). */ uint64_t current_time() { @@ -128,7 +127,6 @@ int init_networking(IP ip, uint16_t port) return -1; #endif - /* Functions to increase the size of the send and receive UDP buffers NOTE: uncomment if necessary */ /* @@ -146,7 +144,6 @@ int init_networking(IP ip, uint16_t port) /*Enable broadcast on socket*/ int broadcast = 1; setsockopt(sock, SOL_SOCKET, SO_BROADCAST, (char*)&broadcast, sizeof(broadcast)); - /* Set socket nonblocking */ #ifdef WIN32 -- cgit v1.2.3