cvs commit: src/lib/libc/net sctp_sys_calls.c

Randall Stewart rrs at FreeBSD.org
Thu Feb 22 12:42:44 UTC 2007


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


More information about the cvs-src mailing list