* fs2统计增加每个线程hash表等统计
* 错误日志加上四元组信息 * dablooms删除一些打印信息
This commit is contained in:
@@ -145,6 +145,7 @@ uint16_t kni_udp_checksum(const void *_buf, size_t len, in_addr_t src_addr, in_a
|
||||
}
|
||||
|
||||
void kni_get_tcpopt(struct kni_tcpopt_info *tcpopt, struct tcphdr* tcphdr,int tcphdr_len){
|
||||
memset(tcpopt, 0, sizeof(*tcpopt));
|
||||
tcpopt->mss = KNI_DEFAULT_MSS;
|
||||
tcpopt->wscale = KNI_DEFAULT_WINSCLE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user