You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEFINE_FLAG(fp, bool, enable_tcp_maerts, false, 'M', "Enables TCP_MAERTS test (server writes and client reads). It overrides enable_read, and enable_write");
157
157
DEFINE_FLAG(fp, bool, async_connect, false, 0, "use non blocking connect");
158
158
DEFINE_FLAG(fp, bool, no_cork, false, 0, "Do not set MSG_MORE when sending over data sockets.");
159
-
DEFINE_FLAG(fp, int, mark, 0, 'M', "SO_MARK value; use as 32-bit unsigned");
159
+
DEFINE_FLAG(fp, int, mark, 0, 0, "SO_MARK value; use as 32-bit unsigned");
0 commit comments