Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jan 2000 06:56:39 -0800 (PST)
From:      Yoshinobu Inoue <shin@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_input.c tcp_output.c tcp_subr.c src/sys/netinet6 ipsec.c ipsec.h
Message-ID:  <200001151456.GAA29479@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
shin        2000/01/15 06:56:39 PST

  Modified files:
    sys/netinet          tcp_input.c tcp_output.c tcp_subr.c 
    sys/netinet6         ipsec.c ipsec.h 
  Log:
  Fixed the problem that IPsec connection hangs when bigger data is sent.
    -opt_ipsec.h was missing on some tcp files (sorry for basic mistake)
    -made buildable as above fix
    -also added some missing IPv4 mapped IPv6 addr consideration into
     ipsec4_getpolicybysock
  
  Revision  Changes    Path
  1.103     +5 -1      src/sys/netinet/tcp_input.c
  1.38      +6 -1      src/sys/netinet/tcp_output.c
  1.71      +2 -1      src/sys/netinet/tcp_subr.c
  1.3       +6 -8      src/sys/netinet6/ipsec.c
  1.4       +2 -2      src/sys/netinet6/ipsec.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001151456.GAA29479>