Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Feb 2007 12:42:43 +0000 (UTC)
From:      Randall Stewart <rrs@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/net sctp_sys_calls.c
Message-ID:  <200702221242.l1MCghAV073045@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rrs         2007-02-22 12:42:43 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/net         sctp_sys_calls.c 
  Log:
  Adds a performance improvement for when sctp_sendx is
  called with only one address, we then can call the
  generic system call. Also fixes some socket api
  type issues and cleans up the "magic" numbers that
  were being used in the code.
  
  Reviewed by:    gnn
  
  Revision  Changes    Path
  1.3       +43 -23    src/lib/libc/net/sctp_sys_calls.c



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