Issue 813445: Add IPPROTO_IPV6 option to the socketmodule (original) (raw)

Issue813445

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:25 admin set github: 39316
2003-09-27 08:43:07 doko create