From owner-freebsd-hackers Wed Oct 27 17:14:31 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from www.geocrawler.com (police.varesearch.com [209.81.8.17]) by hub.freebsd.org (Postfix) with ESMTP id 466AC14EAB for ; Wed, 27 Oct 1999 17:14:21 -0700 (PDT) (envelope-from nobody@www.geocrawler.com) Received: (from nobody@localhost) by www.geocrawler.com (8.9.3/8.9.3) id RAA14087; Wed, 27 Oct 1999 17:12:59 -0700 Date: Wed, 27 Oct 1999 17:12:59 -0700 Message-Id: <199910280012.RAA14087@www.geocrawler.com> To: freebsd-hackers@freebsd.org Subject: timer interrupts From: "Manju Radhakrishnan" Reply-To: "Manju Radhakrishnan" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message was sent from Geocrawler.com by "Manju Radhakrishnan" Be sure to reply to that address. Hi, I am trying to modify IP code in FreeBSD so that the packets from IP layer are not immediately sent to the interface output but they are buffered and sent at a certain rate. So I need to set an interrupt such that a function is called after some time interval. Is using timeout the only way? since timeouts are at a priority lower than network priority, is there anything else that I can use. thanks for the help, Manju Geocrawler.com - The Knowledge Archive To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message