摘要:
各位看官非常对不起,本文是用因为写的,如果多有不便敬请见谅 代码是在商业公司编写的,在商业产品中也不能开源,再次抱歉 This presentation will highlight our efforts on optimizing the Linux TCP/IP stack for provi 阅读全文
摘要:
ip层分片整理 int ip_local_deliver(struct sk_buff *skb){ /* * Reassemble IP fragments. */ if (ip_is_fragment(ip_hdr(skb))) { if (ip_defrag(skb, IP_DEFRAG_LO 阅读全文
摘要:
Megaflow is an OpenVSwitch (OVS) feature than enables us to install flows for which some fields are wildcarded (the input port field is never wildcard 阅读全文
摘要:
概述 本文主要针对nginx rewrite指令困惑的地方进行讲解,中间会涉及部分原理部分,我尽量用通俗易懂的语言来形容 功能讲解 The ngx_http_rewrite_module module directives are processed in the following order: 阅读全文
摘要:
Increasing the flow-eviction threshold The threshold is a type of limit on the number of flows that are cached in the kernel. OVS will handle as many 阅读全文