Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Dec 2003 13:25:12 -0800 (PST)
From:      Andre Oppermann <andre@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_hostcache.c
Message-ID:  <200312022125.hB2LPCob074253@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
andre       2003/12/02 13:25:12 PST

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_hostcache.c 
  Log:
  Swap destination and source arguments of two bcopy() calls.
  
  Before committing the initial tcp_hostcache I changed them from memcpy()
  to conform with FreeBSD style without realizing the difference in argument
  definition.
  
  This fixes hostcache operation for IPv6 (in general and explicitly IPv6
  path mtu discovery) and T/TCP (RFC1644).
  
  Submitted by:   Taku YAMAMOTO <taku@cent.saitama-u.ac.jp>
  Approved by:    re (rwatson)
  
  Revision  Changes    Path
  1.3       +2 -2      src/sys/netinet/tcp_hostcache.c



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