Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add SO_EXCLUSIVEADDRUSE constant in socketmodule.c #40481

Closed
garth42 mannequin opened this issue Jun 30, 2004 · 3 comments
Closed

add SO_EXCLUSIVEADDRUSE constant in socketmodule.c #40481

garth42 mannequin opened this issue Jun 30, 2004 · 3 comments
Assignees
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@garth42
Copy link
Mannequin

garth42 mannequin commented Jun 30, 2004

BPO 982665
Nosy @akuchling
Files
  • socketmodule.c.patch: socketmodule.c Patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/akuchling'
    closed_at = <Date 2004-07-10.14:18:47.000>
    created_at = <Date 2004-06-30.10:54:38.000>
    labels = ['interpreter-core']
    title = 'add SO_EXCLUSIVEADDRUSE constant in socketmodule.c'
    updated_at = <Date 2004-07-10.14:18:47.000>
    user = 'https://bugs.python.org/garth42'

    bugs.python.org fields:

    activity = <Date 2004-07-10.14:18:47.000>
    actor = 'akuchling'
    assignee = 'akuchling'
    closed = True
    closed_date = None
    closer = None
    components = ['Interpreter Core']
    creation = <Date 2004-06-30.10:54:38.000>
    creator = 'garth42'
    dependencies = []
    files = ['6064']
    hgrepos = []
    issue_num = 982665
    keywords = ['patch']
    message_count = 3.0
    messages = ['46277', '46278', '46279']
    nosy_count = 2.0
    nosy_names = ['akuchling', 'garth42']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue982665'
    versions = ['Python 2.4']

    @garth42
    Copy link
    Mannequin Author

    garth42 mannequin commented Jun 30, 2004

    SO_REUSEADDR is has different meaning on windows to
    most socket implementations. It alows multiple programs
    to bind to the same address/port.

    This can cause very wierd bugs if two programs are used
    at the same time. (see
    http://www.itamarst.org/writings/win32sockets.html)

    Adding SO_EXCLUSIVEADDRUSE constant allows windows
    programmers to have the same semantics as unix

    @garth42 garth42 mannequin closed this as completed Jun 30, 2004
    @garth42 garth42 mannequin assigned akuchling Jun 30, 2004
    @garth42 garth42 mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Jun 30, 2004
    @garth42 garth42 mannequin closed this as completed Jun 30, 2004
    @garth42 garth42 mannequin assigned akuchling Jun 30, 2004
    @garth42 garth42 mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Jun 30, 2004
    @garth42
    Copy link
    Mannequin Author

    garth42 mannequin commented Jun 30, 2004

    Logged In: YES
    user_id=45280

    There's no uploaded file! You have to check the
    checkbox labeled "Check to Upload & Attach File"
    when you upload a file. In addition, even if you
    *did* check this checkbox, a bug in SourceForge
    prevents attaching a file when *creating* an issue.

    Please try again.

    (This is a SourceForge annoyance that we can do
    nothing about. :-( )

    @akuchling
    Copy link
    Member

    Logged In: YES
    user_id=11375

    Seems reasonable; checked into CVS HEAD. Thanks!

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    interpreter-core (Objects, Python, Grammar, and Parser dirs)
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant