This commit is contained in:
lizzie
2026-07-02 03:56:06 +00:00
parent 2373027b79
commit a8911d61ce
+1 -1
View File
@@ -978,7 +978,7 @@ static s32 TranslateOptNameToNative(Network::SocketLevel level, Network::OptName
case Network::TcpOptName::MAXSEG: return TCP_MAXSEG;
case Network::TcpOptName::NOPUSH: return TCP_NOPUSH;
case Network::TcpOptName::NOOPT: return TCP_NOOPT;
case Network::TcpOptName::MD5SIG: return TCP_MD5SIG;
case Network::TcpOptName::MS5SIG: return TCP_MD5SIG;
case Network::TcpOptName::INFO: return TCP_INFO;
default:
break;