This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add IPPROTO_IPV6 option to the socketmodule
Type: Stage:
Components: Extension Modules Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: doko, loewis
Priority: normal Keywords: patch

Created on 2003-09-27 08:43 by doko, last changed 2022-04-10 16:11 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
socket-diff doko, 2003-09-27 08:43 patch
Messages (2)
msg44709 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2003-09-27 08:43
the abovementioned socket option is missing from
python2.2 as well 2.3.

it's needed by nearly all server programs, since i
believe the default behaviour in linux changed between
kernel versions 2.4 and 2.6. the default also currently
varies between operating systems. it controls whether
listening to * on a ipv6 socket also accepts ipv4
connections.
msg44710 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-10-03 13:58
Logged In: YES 
user_id=21627

Thanks for the patch. Committed as

socketmodule.c 1.274
socketmodule.c 1.271.6.3
NEWS 1.831.4.58, 1.862
History
Date User Action Args
2022-04-10 16:11:25adminsetgithub: 39316
2003-09-27 08:43:07dokocreate