Merge pull request #41 from rtw1x1/main

TCP_NODELAY undeclared
This commit is contained in:
rtw1x1
2025-12-26 07:28:34 +00:00
committed by GitHub

View File

@@ -1,4 +1,5 @@
#include "stdafx.h"
#include <netinet/tcp.h>
/* Forwards */
void socket_lingeron(socket_t s);