van's NFSv3 mini-HOWTO Introduction I recently needed to setup NFS between some Red Hat Linux systems. I had two different types of NFS connections to setup: a permanent read-only (RO) directory for copying software, and some automatically mounted home directories. Although you can use the redhat-config-nfs GUI tool, it is good to know what is going on under the hood. These are my notes...
by fengshihua - 存储文档中心 - 2008-04-18 11:17:33 阅读(776) 回复(0)
VJ-compress算法见RFC 1144(觉得E文看的慢,可以找中文RFC,对照E文PDF版的插图) 压缩算法使用了下面这2个数据结构: #define MAX_STATES 16 /* must be >2 and <255 */ #define MAX_HDR 128 /* max TCP+IP hdr length (by protocol def) */ /* "state" data for each active tcp conversation on the wire. This is * basically a copy of the entire IP/TCP header from the last packet together * w...