From owner-freebsd-current Thu May 16 21:41:29 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA10364 for current-outgoing; Thu, 16 May 1996 21:41:29 -0700 (PDT) Received: from whizzo.transsys.com (whizzo.TransSys.COM [144.202.42.10]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id VAA10355 for ; Thu, 16 May 1996 21:41:26 -0700 (PDT) Received: from localhost.transsys.com (localhost.transsys.com [127.0.0.1]) by whizzo.transsys.com (8.7.5/8.7.3) with SMTP id AAA10509 for ; Fri, 17 May 1996 00:41:25 -0400 (EDT) Message-Id: <199605170441.AAA10509@whizzo.transsys.com> X-Authentication-Warning: whizzo.transsys.com: Host localhost.transsys.com [127.0.0.1] didn't use HELO protocol To: current@freebsd.org From: "Louis A. Mamakos" Subject: SO_TIMESTAMP socket option and xntp Date: Fri, 17 May 1996 00:41:24 -0400 Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Recently I worked on some code to add a new socket option (SO_TIMESTAMP) which timestamps arriving packets as they are queued to the socket. This code has been merged into the -current source tree and seems to be working pretty well. I've got some diffs to xntp version 3.5c available for anyone interested in excercising the code, or just seeing how it might be used. Please note that his version of xntp is somewhat more recent than the version on the FreeBSD source tree, so the patches may not be directly applicable to that version. You can get version 3.5c from ftp://louie.udel.edu/pub/ntp if interested. The diffs to this are available as http://www.transsys.com/~louie/ntp-diffs and have been submitted to Dave Mills for inclusion in xntp. louie