summaryrefslogtreecommitdiffstats
path: root/Modules/socketmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/socketmodule.c')
-rw-r--r--Modules/socketmodule.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c
index 63e87e6..6d5c256 100644
--- a/Modules/socketmodule.c
+++ b/Modules/socketmodule.c
@@ -7507,6 +7507,9 @@ PyInit__socket(void)
#ifdef TCP_USER_TIMEOUT
PyModule_AddIntMacro(m, TCP_USER_TIMEOUT);
#endif
+#ifdef TCP_NOTSENT_LOWAT
+ PyModule_AddIntMacro(m, TCP_NOTSENT_LOWAT);
+#endif
/* IPX options */
#ifdef IPX_TYPE