Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2008 10:09:12 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_output.c
Message-ID:  <200803131009.m2DA9C4j026379@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2008-03-13 10:09:12 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/netinet          tcp_output.c 
  Log:
  MFC rev. 1.146 tcp_output.c
  
    Padding after EOL option must be zeros according to RFC793 but
    the NOPs used are 0x01.
    While we could simply pad with EOLs (which are 0x00), rather use an
    explicit 0x00 constant there to not confuse poeple with 'EOL padding'.
    Put in a comment saying just that.
  
  Early MFC requested by: silby
                          because of more people reporting problems on net@
  
  Revision   Changes    Path
  1.141.2.4  +10 -2     src/sys/netinet/tcp_output.c



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