Help with Sending/ Receiving UDP packets - C Sockets

前端 未结 2 664
遥遥无期
遥遥无期 2021-01-20 21:46

Ok, if you look at some of my previous questions, I\'ve been working on getting a simple connection up and running with C sockets (I\'m still fairly new to the whole network

2条回答
  •  旧巷少年郎
    2021-01-20 22:00

    Is there a router between you and your destination? If so, there's some work that needs to be done to tell the router that you want to subscribe to the feed as well as tell the router you will be sending the feed.

    I would start by tcpdump-ing the connection to make sure the packet is leaving your machine first.

提交回复
热议问题