git: tcp: Add sack_flags for SACK related operations

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Fri May 11 02:31:41 PDT 2012


commit c7e6499a1827f4ee1521adb892f3ea33c282d5ba
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Thu May 10 15:30:58 2012 +0800

    tcp: Add sack_flags for SACK related operations
    
    This saves us 4 bits in the crowded t_flags

Summary of changes:
 sys/netinet/tcp_input.c |   29 ++++++++++++++++-------------
 sys/netinet/tcp_sack.c  |   18 ++++++++++--------
 sys/netinet/tcp_timer.c |    2 +-
 sys/netinet/tcp_var.h   |   14 ++++++++++----
 4 files changed, 37 insertions(+), 26 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c7e6499a1827f4ee1521adb892f3ea33c282d5ba


-- 
DragonFly BSD source repository





More information about the Commits mailing list