Skip to content

recvfrom does not return valid SocketAddress #15

@geky

Description

@geky

Currently, the recvfrom for UDP is just a thin wrapper over recv, because of this no valid SocketAddress is returned to the application.

Either the command set needs to be updated to obtain the recvfrom IP address, or the IP address of the connection should be stored for future recvfroms.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions