]> granicus.if.org Git - python/commit
Add '#include <netinet/tcp.h>'
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 31 Mar 2000 17:24:30 +0000 (17:24 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 31 Mar 2000 17:24:30 +0000 (17:24 +0000)
commit52a644cbda06985def76b077e541a88d1f60e61d
tree243a189963b5fc102d5c9095b03bf4616350d7b8
parent2ea3e143f071344c3fb847faf33b5308e25bb5c5
Add '#include <netinet/tcp.h>'
"man tcp" on Solaris says that TCP_NODELAY is defined in
netinet/tcp.h, and the Open Groups Unix98 spec agrees
(http://www.opengroup.org/onlinepubs/009619199/ninettcp.htm).
Modules/socketmodule.c