程序员一个。14年毕业。
发布时间:2014-11-17 09:24:18
最近想测试一下linux对时间戳的处理,windows当客户端发包,一直不带timestamp。regeditHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Parameters\tcp1323optstcp1323opts设置为3tcp1323opts含义请参考:http://technet.microsoft.com/zh-cn/library/cc757402(v=ws.10).aspx.........【阅读全文】
发布时间:2014-10-12 14:09:40
点击(此处)折叠或打开void send_syn(void){ struct sk_buff *skb; struct iphdr *iph; struct tcphdr *tcph; struct rtable *rt =NULL; u8 mac[12]; u32 i;.........【阅读全文】
发布时间:2014-09-26 09:43:41
今天碰到一个奇葩的问题,一直跑的好好的程序,碰到某个服务器就不行了。当前流程:client serverSYN ------------------->.........【阅读全文】