Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.
This repository was archived by the owner on Dec 16, 2024. It is now read-only.

pyuv UDP multi-NIC, Send A-IP? and Recv B-IP? #264

@wolance

Description

@wolance

hi, dear...
UDP Server bind 0.0.0.0 1234
but server have two NIC, and ip address... one is 192.168.1.2 , the other is 192.168.1.3
..
UDP Client send 192.168.1.2 1234....but recv none data...
i use pcap find...
192.168.0.100:56443 -> 192.168.1.2:1234
192.168.1.3:1234 -> 192.168.0.100:56443

why ip is different...why client dont recive.... why server recv have not use the 192.168.1.2...
my code fragment
UDP Server: the same as UDP Server Example
UDP Client: only one hande

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