火车票自动查询小程序
火车票自动查询小程序
在互联网上跑openvpn,正常情况下会丢1-4%的包,这应该是运营商对udp的qos导致,想通过udp2raw混淆解决丢包问题,加上udp2raw后ping 1000个包可以实现丢0-1个包,但是发现运行一段时间后会出现严重丢包,丢在50%以上,可以通过重启udp2raw进程恢复,但是过一段时间后又会丢包,如此反复。 udp2raw配置如下: udp2raw -c -lip1:port1 -rip2:port2 -a -k "passwd" --raw-mode faketcp --seq-mode 1 这个可能是什么原因呢? 后面发现udp2raw占用CPU过高,正常udp2raw应该和OPENVPN的CPU占用率相同,环境是客户端openwrt,服务端centos,这里的丢包和CPU没有关系,CPU占用过高是后面发现的异常现象,之前测试丢包时,udp2raw占用CPU没有异常 
For English speaking user: https://github.com/wangyu-/UDPspeeder/wiki/Issue-Guide 中文用户请看: https://github.com/wangyu-/UDPspeeder/wiki/发Issue前请看 (否则Issue可能被忽略,或被直接关掉) 通过添加--report 10 参数可以输出fec的包的数量日志。加速后从客户端发送了多少个包,服务端接收了多少个包,但是有一个问题就是客户端和服务端输出的数据不是一致的吧,就是我客户端服务端report设置的是10s,但是他们输出的日志是同一个10s时间段的包数量吗,如果不是那就算不出这个丢包率了吧。 
environment:Openwrt frr:version 7.2-dev The topology diagram is as follows:  Both sides learn routes through RIP, but R2 has only one next hop Configuration is as follows: R1: router rip...
frr on centos,version 7.3 I have three devices,A-B-C,b and C establish an IBGP neighbor relationship, then add a static route on B to the address of 1.1.1.1/32 whose next hop...
The mpls vpn topology is as follows: CE-----PE-----PE------CE question: **Under normal circumstances, I can see the vrf route on the PE,like this,the route of 10.0.1.0/24 is learn for the other...