2021年5月16日

摘要: UNDERSTANDING OPENFLOW RULES OpenVswitch (OVS) is a virtual switch that connects virtual machines together using virtual links and ports. Traditionall 阅读全文
posted @ 2021-05-16 23:15 tycoon3 阅读(471) 评论(0) 推荐(0)
摘要: ^C[root@bogon raw-sockets-example]# cat raw_udp_client.c #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <sys/ 阅读全文
posted @ 2021-05-16 17:02 tycoon3 阅读(171) 评论(0) 推荐(0)
摘要: #include<stdio.h> #include<stdlib.h> #include<string.h> #include<netinet/ip_icmp.h> #include<netinet/tcp.h> #include<netinet/udp.h> #include<arpa/inet 阅读全文
posted @ 2021-05-16 12:44 tycoon3 阅读(154) 评论(0) 推荐(0)
摘要: client #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <time.h> #include <arpa/inet.h> #include <sys/socket.h> 阅读全文
posted @ 2021-05-16 11:17 tycoon3 阅读(116) 评论(0) 推荐(0)

导航