[Patches] [ python-Patches-813445 ] Add IPPROTO_IPV6 option to the socketmodule

SourceForge.net noreply at sourceforge.net
Fri Oct 3 09:58:23 EDT 2003


Patches item #813445, was opened at 2003-09-27 10:43
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=813445&group_id=5470

Category: Modules
Group: Python 2.3
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Matthias Klose (doko)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add IPPROTO_IPV6 option to the socketmodule

Initial Comment:
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.



----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2003-10-03 15:58

Message:
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



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=813445&group_id=5470



More information about the Patches mailing list