Hey,

I'm attemping to write a little UDP socket library in c++ on linux so a user can just create a new instance of a UDPSocket class, specify desination ip and port, and just connect. Then the...