Skip to content

TCPSocket, and UDPSocket need to allow specifying the local adapter #2

@dsmithson

Description

@dsmithson

When using the TCPSocket, UDPMulticastListener, or UDPSocket classes on a multi-homed machine, the implementation binds to IPAddress.Any. This will bind to the first adapter in the machine, which can prevent communications. The implementation needs to be enhanced with the ability to specify the network adapter (IP Address) to bind to locally. Should default to IPAddress.Any to maintain backwards compatibility.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions