Commit afae5cef authored by jan.koester's avatar jan.koester
Browse files

socket update

parent 92556c33
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -96,6 +96,9 @@ namespace netplus {
				return false;
			}

			setsockopt(pClientContext->CurCon->csock->fd(), SOL_SOCKET, SO_UPDATE_ACCEPT_CONTEXT,
				       (char*)&g_serversocket, sizeof(g_serversocket));

			return true;
		}