udp

Forum discussion tagged with udp.
  1. Q

    Question Wake on WAN partially working

    Hi, I'm trying to set up "Wake on WAN" on my local dekstop PC. I've enabled the related settings both in the BIOS and in the ethernet network adapter's advanced settings, and the system works when I send the "magic packets" from a PC inside the network (wake on LAN). However, when I try to send...
  2. R

    UDP Protocol Implementation

    I'm currently migrating a program I already have which is currently using a TCP base architecture but the server currently needs to send more packets per minute than before. The packet loss is not a problem, only the order which is solved by using a message buffer. What I have so far: A...