From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25231 invoked by alias); 12 May 2003 11:03:07 -0000 Mailing-List: contact ecos-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Post: List-Help: , Sender: ecos-cvs-owner@sources.redhat.com List-Subscribe: Received: (qmail 25100 invoked by uid 9341); 12 May 2003 11:03:06 -0000 Date: Mon, 12 May 2003 11:03:00 -0000 Message-ID: <20030512110306.25090.qmail@sources.redhat.com> From: asl@sources.redhat.com To: ecos-cvs@sources.redhat.com Subject: ecos-opt/net/net/bsd_tcpip/current ChangeLog s ... X-SW-Source: 2003/txt/msg00860.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos-opt Changes by: asl@sourceware.org 2003-05-12 11:03:06 Modified files: net/net/bsd_tcpip/current: ChangeLog net/net/bsd_tcpip/current/src/ecos: timeout.c Log message: * src/ecos/timeout.c (do_timeout): The head of the linked list of timers is timeout, not _timeout. * src/ecos/timeout.c (timeout): Linear search the array for empty entries and don't walk it like a linked list, because it is not. * src/ecos/timeout.c (untimeout): Linear search is faster since there are many entries in the linked list which are not in the array.