#Introduction Packeteer is a cross-platform networking abstraction with a socket-like interface, providing datagram capabilities as first class citizens. The design of this library goes back a long time, before networking code was anywhere near standardization in C++. While this is changing, even now the majority of abstractions over sockets in C++ assume a connection-oriented design, which on the Internet implies TCP/IP. However, in order to implement protocols that do not follow the connect...