Common
common packages for kyubic
 
Loading...
Searching...
No Matches
udp.cpp File Reference

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.
 

Detailed Description

UDP Socket Communication Wrapper.

Author
R.Ohnishi
Date
2026/01/19

UDP通信を簡単に扱えるようにしたライブラリ