UDP Socket Communication Wrapper. More...
#include "custom_socket/udp.hpp"#include <arpa/inet.h>#include <sys/socket.h>#include <sys/time.h>#include <unistd.h>#include <cstring>#include <iostream>#include <stdexcept>
Include dependency graph for udp.cpp:Namespaces | |
| namespace | common |
| For common. | |
UDP Socket Communication Wrapper.
UDP通信を簡単に扱えるようにしたライブラリ