python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How is the callback function called in udp_recv in lwip?
I am going through an example code of udp lwip server, and I am confused as to how the udp_recv_perf_traffic callback function is called from the udp_recv function. How does the system know that it ha...
beenvan
Votes: 0
Answers: 1
Stumbling on a Reliable UDP implementation
I received an assignment from the College where I have to implement a reliable transfer through UDP aka. TCP Over UDP (I know, reinvent the wheel since this has already been implemented on TCP) to kno...
Enzo Matheus
Votes: 0
Answers: 1
UDP server consuming high CPU
I am observing high CPU usage in my UDP server implementation which runs an infinite loop expecting 15 1.5KB packets every milliseconds. It looks like below:
struct RecvContext
{
enum { BufferSiz...

Sayantan Ghosh
Votes: 0
Answers: 1
Maintaining LAN Redundancy in c++
I'm using Dell precision 3930 Rack workstation. It has two 10G LAN sockets to receive/send UDP data from other sub-systems.
Our C++ application spawns 2 threads. One thread receives/sends data from LA...

SIDDHANI VAMSI SAI KUMAR
Votes: 0
Answers: 0