rx: Remove the unused packet skew code
authorSimon Wilkinson <sxw@your-file-system.com>
Fri, 25 Nov 2011 20:51:40 +0000 (20:51 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 9 Apr 2012 23:37:32 +0000 (16:37 -0700)
commitaa6f52584ea1aea170da578328cc35e567a5b0b4
tree1bfeaa6114efc57a85848a7e91dc320c996a2418
parent84d09a831afcfa8d0971dcbe4f1fc7823cec9e10
rx: Remove the unused packet skew code

We don't (and haven't, since the release of OpenAFS) use the packet
skew calculations for anything. However, maintaining them requires
taking locks in some critical parts of the transmission code path.
For both speed, and maintainability, reasons remove the skew code
from the tree - it's in git if we ever want to go back to it.

Change-Id: Idc6dc80fb06ca959ad02a85f2c536a94ca3d5c02
Reviewed-on: http://gerrit.openafs.org/7004
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
src/rx/rx.c
src/rx/rx_conn.h
src/rx/rx_packet.c
src/rx/rx_peer.h