Skip to content

Ncat -l --udp --keep-open does not work on Windows #3320

@dmiller-nmap

Description

Due to a difference in how Windows demultiplexes UDP datagrams, our pattern of recvfrom/connect/new socket does not work on Windows. The new socket does not receive any datagrams because the connected socket "shadows" the new one. Windows will require a different solution for listen mode involving user-mode demultiplexing of datagrams.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions