- 博客(7)
- 资源 (1)
- 收藏
- 关注
原创 centos os 编译 ipvsadm-1.2.6
popt-1.13-7.el6.x86_64 popt-devel-1.13-7.el6.x86_64 libnl-1.1-14.el6.x86_64 libnl-devel-1.1-14.el6.x86_64
2014-09-05 16:52:07 560
原创 linux 操作如何自动启动和添加service 启动
echo '/home/aca/haproxy/bin/start.sh' >> /etc/rc.d/rc.local
2014-09-05 15:46:17 463
原创 struct sk_buff
struct sk_buff { struct sk_buff *next; struct sk_buff *prev; struct sock *sk; //被哪个sock所拥有 struct skb_timeval -tstamp; //数据包到达的时间 struct net_dev
2014-08-20 16:53:15 685
原创 tcpip 名词解释
1: MSS (Maximum Segment Size) 最常见的可选字段是最长报文大小,又称为 MSS (Maximum Segment Size)。每个连接方 通常都在通信的第一个报文段(为建立连接而设置 S Y N标志的那个段)中指明这个选项。它 指明本端所能接收的最大长度的报文段. M S S通常的默认值为 5 3 6 将它看作可“协商”选项。它并不是任何条件下都可协
2014-08-15 09:30:23 2881
原创 tcp cubic 算法分析注释
static void bictcp_cong_avoid(struct sock *sk, u32 ack, u32 in_flight) { struct tcp_sock *tp = tcp_sk(sk); struct bictcp *ca = inet_csk_ca(sk); if (!tcp_is_cwnd_limited(sk, in_flight)) return
2014-08-15 09:28:27 3386
原创 tcp sock struct 注释分析
struct tcp_sock { /* inet_connection_sock has to be the first member of tcp_sock */ struct inet_connection_sock inet_conn; //tcp头部长度 u16 tcp_header_len; /* Bytes of tcp header to send */
2014-08-15 09:26:19 3872
原创 tcp ack 处理注释分析
return 0; } /* This routine deals with incoming acks, but not outgoing ones. */ static int tcp_ack(struct sock *sk, struct sk_buff *skb, int flag) { struct inet_connection_sock *icsk = inet_c
2014-08-15 09:22:56 1420
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人