summaryrefslogtreecommitdiff
path: root/src/common/socket.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-11 21:32:26 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-11 21:32:26 +0000
commit5e6c9e9a7fd16be13a59b361d2855813a1420009 (patch)
treea2c8e0293a3ac5fbe2f157ecffc5b5d0799d0342 /src/common/socket.h
parente05a8b8263a62fd5645db1251e80fc78cec4e9d3 (diff)
downloadhercules-5e6c9e9a7fd16be13a59b361d2855813a1420009.tar.gz
hercules-5e6c9e9a7fd16be13a59b361d2855813a1420009.tar.bz2
hercules-5e6c9e9a7fd16be13a59b361d2855813a1420009.tar.xz
hercules-5e6c9e9a7fd16be13a59b361d2855813a1420009.zip
- Modified set_nonblocking and setsocketoptions in socket.c, using eApp's code as reference. Hopefully should improve performance somewhat.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8710 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/socket.h')
-rw-r--r--src/common/socket.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/socket.h b/src/common/socket.h
index ca4b20c91..502529419 100644
--- a/src/common/socket.h
+++ b/src/common/socket.h
@@ -165,6 +165,4 @@ in_addr_t resolve_hostbyname(char* hostname, unsigned char *ip, char *ip_str);
extern unsigned int addr_[16]; // ip addresses of local host (host byte order)
extern unsigned int naddr_; // # of ip addresses
-
-
#endif // _SOCKET_H_