git: tcp: Don't check PRUS_OOB again in tcp_usr_send

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Wed Dec 7 21:42:26 PST 2011


commit 8b0272b97de4fe9a1460bf12740a14d9692b9a37
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Thu Dec 8 13:38:37 2011 +0800

    tcp: Don't check PRUS_OOB again in tcp_usr_send
    
    - It is not necessary; it was checked in sosendtcp
    - It does not work w/ asynchronized pru_send
    
    Reminded-by: dillon@

Summary of changes:
 sys/netinet/tcp_usrreq.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8b0272b97de4fe9a1460bf12740a14d9692b9a37


-- 
DragonFly BSD source repository





More information about the Commits mailing list