From owner-freebsd-hackers Mon Apr 17 22:55:17 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA15787 for hackers-outgoing; Mon, 17 Apr 1995 22:55:17 -0700 Received: from mail.barrnet.net (mail.BARRNET.NET [131.119.246.7]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id WAA15781 for ; Mon, 17 Apr 1995 22:55:16 -0700 Received: from cs.sunysb.edu (sbcs.sunysb.edu [130.245.1.15]) by mail.barrnet.net (8.6.10/MAIL-RELAY-LEN) with ESMTP id TAA19878 for ; Sun, 16 Apr 1995 19:26:22 -0700 Received: from sbtzi-cker.csdept (sbtzi-cker.cs.sunysb.edu [130.245.1.65]) by cs.sunysb.edu (8.6.11/8.6.9) with SMTP id WAA22003 for ; Sun, 16 Apr 1995 22:27:42 -0400 Date: Sun, 16 Apr 1995 22:27:42 -0400 From: Chitra Venkatramani Message-Id: <199504170227.WAA22003@cs.sunysb.edu> To: freebsd-hackers@FreeBSD.org Subject: help with timeouts Sender: hackers-owner@FreeBSD.org Precedence: bulk Hi! I am developing a token bus protocol in the FreeBSD network interrupt handler. For the token recovery algorithm that I have, I need to set microsecond timeouts (they could be off by upto 500 u_sec and still serve my purpose). As things are now, I can only set timeouts in multiples of 10 millisec. Can you please tell me how I can implement u_sec timeouts ? Any help will be much appreciated. Thanks -Chitra Venkatramani (chitra@cs.sunysb.edu)