Click here to Skip to main content
15,885,278 members
Articles / Programming Languages / C++

QUDP - A Reliable UDP Protocol

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
13 Nov 2021CPOL3 min read 9.1K   4  
A queue based UDP protocol
Development of a reliable UDP protocol based around a queue abstraction. Written in C++, this article shows the steps taken in developing the protocol .... a fun (couple of) rainy day activity :)

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
New Zealand New Zealand
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions