git: pru_send: Disable asynchornized pru_send usage by default

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Sun Jan 22 01:39:23 PST 2012


commit d72c3761a1b9b923e4e3b392678b20053c0c5555
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Sun Jan 22 17:36:07 2012 +0800

    pru_send: Disable asynchornized pru_send usage by default
    
    It may cause problem, e.g. too many mbufs sitting in the TCP send buffer,
    when facing with certain attacks, e.g. FIN_WAIT_1 DoS.
    
    Reported-by: pavalos@

Summary of changes:
 sys/kern/uipc_socket.c  |    2 +-
 sys/netinet/tcp_input.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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


-- 
DragonFly BSD source repository





More information about the Commits mailing list