## Express UDP
Express UDP is a high-performance UDP communication software library based on
the xdp socket technology introduced in kernel 4.18.
[Chinese Readme](Readme-cn.md)
## make & install
```
yum install libnl3-devel elfutils-libelf-devel clang llvm libcap-devel
make
```
All output is in the objs directory. At the same time, there are libxudp.a and
libxudp.so files and the header file xudp.h.
## Experience It
tools/xudp\_echo\_server.c is a simple echo service implementation. The compiled
file is under objs, command format:
```
./xudp-echo-server <ip> <port>
```
ip is the local address to be bound, if you use 0.0.0.0, all network cards will
be monitored. The details will be introduced later. After startup, you can use
the following command to test:
```
nc -u <ip> <port>
```
Send udp message to the server, the server will print the message and echo to
the client.
## ARP
There is currently a rudimentary ARP implementation. Since Alibaba Cloud has ARP
Proxy support, opening the libxudp noarp option can work in Alibaba Cloud
without the related overhead of arp.
It is currently recommended to turn on the noarp option on Alibaba Cloud.
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
1. 网络编程要素: 如何定位到网络上的一台或多台主机 IP地址和端口号 找到后如何通信 TCP/UDP JAVA,万物皆对象,去找相应的类 2. IP地址 ip地址的包: InetAddress 唯一定位一台网络上的计算机 本机localhost地址: 127.0.0.1 ip地址分类: IPV4/IPV6 IPV4 IPV6 公网-私网 ABCD类地址 192.168.xxx.xxx, 给组织内部使用 3. InetAddress包 没有构造函数,只能通过静态方法返回对象 直接查看java文档,获取本机地址/域名地址等, 得到的返回值为一个对象,获取他们的信息
资源推荐
资源详情
资源评论























收起资源包目录






































































































共 89 条
- 1
资源评论


野生的狒狒
- 粉丝: 3490
上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


最新资源
- 用于车身控制模块的单片机和本地互连网络的作用.docx
- 综合性学习《我们的互联网时代》ppt课件1.ppt
- 社会网络分析-凝聚子群PPT课件.ppt
- 计算机操作员填空题及答案.doc
- 基于单片机的智能小车文献综述(超详细).doc
- 高中数学1.循环结构的程序框图的算法公开课获奖课件.pptx
- 智能无线网络WIA产品及其解决方案探析.doc
- 基因工程及其应用教案{公开课).doc
- 神经网络-第二章-单层前向网络及LMS算法.ppt
- 网络优化部绩效考核实施办法.doc
- 软件课程设计员工信息管理系统.doc
- 软件工程方法与实践课后答案.pdf
- 职位说明书(Job-Description)模板.doc
- 互联网展示类广告新趋势-从买媒体到买人群-互联网新趋势.doc
- 是网络录像带租赁系统是基于收入共享的观念.pptx
- 非标自动化电气设计流程与规范标准详.doc
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



安全验证
文档复制为VIP权益,开通VIP直接复制
