diff options
Diffstat (limited to 'nxcomp/src/Socket.cpp')
-rw-r--r-- | nxcomp/src/Socket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/src/Socket.cpp b/nxcomp/src/Socket.cpp index 34fdea634..0eea5bbac 100644 --- a/nxcomp/src/Socket.cpp +++ b/nxcomp/src/Socket.cpp @@ -188,7 +188,7 @@ int GetKernelStep() return _kernelStep; } - + int SetReuseAddress(int fd) { int flag = 1; |