代码改变世界

随笔分类 -  网络

一些列开源的验证组件

2014-03-18 10:06 by 爱车龟速兔, 272 阅读, 收藏,
摘要: https://github.com/DotNetOpenAuth/DotNetOpenAuth/tree/master/src 阅读全文

Windows SDK PGM相关文章翻译之三PGM Sender Options

2013-01-04 17:42 by 爱车龟速兔, 374 阅读, 收藏,
摘要: PGM Sender OptionsPGM senders are provided with certain default settings that affect the performance of data transmission, and how long data is buffered to account for packet loss and associated PGM client retransmission requests. The following paragraphs describe these default settings.Window Size 阅读全文

Windows SDK PGM相关文章翻译之一Reliable Multicast Programming

2013-01-04 17:41 by 爱车龟速兔, 638 阅读, 收藏,
摘要: Reliable Multicast Programming (PGM)This section describes the Pragmatic General Multicast (PGM) multicast protocol implementation in Windows, often referred to as reliable multicast. Reliable multicast is implemented through Windows Sockets in Windows Server2003 and later.WindowsXP:PGM is only supp 阅读全文

如何同时使用两块网卡连接不同的网段

2007-12-20 11:47 by 爱车龟速兔, 1880 阅读, 收藏,
摘要: 登陆vpn同时上外网delete 0.0.0.0 // 删除默认路由route add 10.64.0.0 mask 255.255.0.0 10.64.6.53 // route add vpn地址 mask vpn地址的掩码 本机vpn网关.route add 0.0.0.0 mask 0.0.0.0 10.0.1.1 // route add 默认路由 mask 默认路由 连接到外网的地址的的网关.双网卡策略1. 首先,按照通常的办法设置网络连接,这个连接是正常的,能够连接到外面的网络。2. 新建一个网络连接,以我现在用的为例进行说明,我的USB接口接的那个设备的IP默认是192.168 阅读全文