上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 18 下一页

2019年5月25日

能否不同udp socket绑定到同一IP地址和port

摘要: http://www.softlab.ntua.gr/facilities/documentation/unix/unix-socket-faq/unix-socket-faq-4.html https://social.msdn.microsoft.com/Forums/windowsdeskto 阅读全文

posted @ 2019-05-25 18:50 yanhc 阅读(810) 评论(0) 推荐(0)

2019年1月22日

windows socket ipv6 SOCK_RAW

摘要: bind处一直报错WSAEADDRNOTAVAIL10049,不知道为什么? win10, vs2015 1 #include <stdio.h> 2 #include <winsock2.h> 3 #include <ws2ipdef.h> 4 5 #pragma comment(lib, "ws 阅读全文

posted @ 2019-01-22 21:45 yanhc 阅读(826) 评论(0) 推荐(0)

2019年1月15日

H3C router cmd

摘要: LAN转WAN:接口下port link-mode route windows CMD,本地连接5的链路本地地址经常有一个百分号加一个数字,该数字即接口索引,fe80::8c79:e4f9:f5a3:e5eb%16 V7配置手册: 不支持IPv6的设备: http://www.h3c.com/cn/ 阅读全文

posted @ 2019-01-15 19:41 yanhc 阅读(617) 评论(0) 推荐(0)

2019年1月12日

正斜杠和反斜杠

摘要: 正斜杠/,反斜杠\ 正斜杠, 作为运算符,表示除号 在Mac和Unix上,表示路径分隔符 在网址URL中,表示路径分隔符 在日常文字中,表示顿号 反斜杠, 在Windows平台上,表示路径分隔符 What is the difference between a backslash and a for 阅读全文

posted @ 2019-01-12 15:02 yanhc 阅读(954) 评论(0) 推荐(0)

2018年12月18日

GNU C相关

摘要: GNU __attribute__ 用于在函数声明时,定义函数参数的一些特殊属性,比如,如果函数的某个参数可能用不到,那么,将该参数增加unused属性即可,如下(一般用两个括号包括属性unused)。这样,如果函数里没有用到argc,那么,编译器不会报函数参数未使用的警告。 -Wall,表示War 阅读全文

posted @ 2018-12-18 21:40 yanhc 阅读(166) 评论(0) 推荐(0)

2018年12月17日

因特网应用

摘要: 飞鸽传书只能在局域网下运行,比如有线局域网或无线局域网,必须要同一网段。广域网不支持。 只能搭建FTP服务器了。 可以用serv-U http://www.serv-u.com.cn/jiage.html 阅读全文

posted @ 2018-12-17 21:10 yanhc 阅读(293) 评论(0) 推荐(0)

2018年12月11日

ospfv3 lsa database

摘要: https://www.networkfuntimes.com/ospfv3-the-new-lsa-types-in-ipv6-ospf/ WHY DID THEY CHANGE THE LSAs FOR OSPFv3? You’ll remember that OSPF has seven li 阅读全文

posted @ 2018-12-11 21:03 yanhc 阅读(597) 评论(0) 推荐(0)

2018年11月30日

虚拟机ubuntu的网络连接类型

摘要: 图很好 https://jingyan.baidu.com/article/91f5db1b17e8a01c7f05e3e6.html 很详细,有实例 https://www.cnblogs.com/linjiaxin/p/6476480.html 桥接: VMnet0实现,虚拟机和主机一样,作为一 阅读全文

posted @ 2018-11-30 20:11 yanhc 阅读(247) 评论(0) 推荐(0)

2018年11月21日

OSPF RFC2740

摘要: 2.5. Use of link-local addresses A.1 Encapsulation of OSPF packets 关于DR和BDR选举 对于广播网络,比如以太网,如果所有路由器都分别互相交互信息,会造成较大开销。 可以利用广播特性,选择一个中心节点DR,先收集其它路由器的信息,然 阅读全文

posted @ 2018-11-21 21:34 yanhc 阅读(393) 评论(0) 推荐(0)

路由器基础

摘要: 端口编号,serial 1/0 port type slot number/port number,slot模块,板卡 Usually, each port is given a label of port type, slot (the location of the module), and p 阅读全文

posted @ 2018-11-21 11:52 yanhc 阅读(162) 评论(0) 推荐(0)

上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 18 下一页

导航