From owner-cvs-all@FreeBSD.ORG Thu Feb 22 12:42:43 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EFF5A16A406; Thu, 22 Feb 2007 12:42:43 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C73DC13C4AC; Thu, 22 Feb 2007 12:42:43 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1MCghjL073046; Thu, 22 Feb 2007 12:42:43 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1MCghAV073045; Thu, 22 Feb 2007 12:42:43 GMT (envelope-from rrs) Message-Id: <200702221242.l1MCghAV073045@repoman.freebsd.org> From: Randall Stewart Date: Thu, 22 Feb 2007 12:42:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/net sctp_sys_calls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Feb 2007 12:42:44 -0000 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