SCPS_RI_1_1_144

所属分类:网络
开发工具:C/C++
文件大小:3167KB
下载次数:93
上传日期:2010-04-22 21:21:20
上 传 者field1227
说明:  SCPS RI 能被配置成单独的协议栈或传输层网关。大多数人关心传输层网关 TCP PEP的作为传输层机制,期望改进TCP的卫星、RF和其他挑战性网络环境。
(The SCPS RI can be configured either a stand alone stack or as a transparent transport layer gateway. Most people are interested in the transparent transport layer gateway (TCP PEP) as a mechanism to improve the performance of TCP over satellite, RF and other challanged environments. )

文件列表:
SCPS_RI_1_1_144\.svn\all-wcprops (5140, 2010-04-14)
SCPS_RI_1_1_144\.svn\entries (3872, 2010-04-14)
SCPS_RI_1_1_144\.svn\prop-base\Backup of SCPS.CF3.svn-base (53, 2010-04-14)
SCPS_RI_1_1_144\.svn\prop-base\SCPS.CF3.svn-base (53, 2010-04-14)
SCPS_RI_1_1_144\.svn\prop-base\SCPS.IAB.svn-base (53, 2010-04-14)
SCPS_RI_1_1_144\.svn\prop-base\SCPS.IAD.svn-base (53, 2010-04-14)
SCPS_RI_1_1_144\.svn\prop-base\SCPS.IMB.svn-base (53, 2010-04-14)
SCPS_RI_1_1_144\.svn\prop-base\SCPS.IMD.svn-base (53, 2010-04-14)
SCPS_RI_1_1_144\.svn\prop-base\SCPS.PFI.svn-base (53, 2010-04-14)
SCPS_RI_1_1_144\.svn\prop-base\SCPS.PO.svn-base (53, 2010-04-14)
SCPS_RI_1_1_144\.svn\prop-base\SCPS.PR.svn-base (53, 2010-04-14)
SCPS_RI_1_1_144\.svn\prop-base\SCPS.PRI.svn-base (53, 2010-04-14)
SCPS_RI_1_1_144\.svn\prop-base\SCPS.PS.svn-base (53, 2010-04-14)
SCPS_RI_1_1_144\.svn\prop-base\SCPS.WK3.svn-base (53, 2010-04-14)
SCPS_RI_1_1_144\.svn\text-base\Backup of SCPS.CF3.svn-base (128435, 2010-04-14)
SCPS_RI_1_1_144\.svn\text-base\ERRATA.svn-base (205, 2010-04-14)
SCPS_RI_1_1_144\.svn\text-base\Makefile.svn-base (512, 2010-04-14)
SCPS_RI_1_1_144\.svn\text-base\SCPS.CF3.svn-base (128435, 2010-04-14)
SCPS_RI_1_1_144\.svn\text-base\SCPS.IAB.svn-base (352256, 2010-04-14)
SCPS_RI_1_1_144\.svn\text-base\SCPS.IAD.svn-base (3768, 2010-04-14)
SCPS_RI_1_1_144\.svn\text-base\SCPS.IMB.svn-base (253952, 2010-04-14)
SCPS_RI_1_1_144\.svn\text-base\SCPS.IMD.svn-base (2808, 2010-04-14)
SCPS_RI_1_1_144\.svn\text-base\SCPS.PFI.svn-base (612, 2010-04-14)
SCPS_RI_1_1_144\.svn\text-base\SCPS.PO.svn-base (776, 2010-04-14)
SCPS_RI_1_1_144\.svn\text-base\SCPS.PR.svn-base (66048, 2010-04-14)
SCPS_RI_1_1_144\.svn\text-base\SCPS.PRI.svn-base (542552, 2010-04-14)
SCPS_RI_1_1_144\.svn\text-base\SCPS.PS.svn-base (2632796, 2010-04-14)
SCPS_RI_1_1_144\.svn\text-base\SCPS.SearchResults.svn-base (767, 2010-04-14)
SCPS_RI_1_1_144\.svn\text-base\SCPS.WK3.svn-base (66423, 2010-04-14)
SCPS_RI_1_1_144\.svn\text-base\Version.svn-base (91, 2010-04-14)
SCPS_RI_1_1_144\apps\.svn\all-wcprops (2122, 2010-04-14)
SCPS_RI_1_1_144\apps\.svn\entries (1575, 2010-04-14)
SCPS_RI_1_1_144\apps\.svn\text-base\awklog.svn-base (1005, 2010-04-14)
... ...

The SCPS RI can be configured either a stand alone stack or as a transparent transport layer gateway. Most people are interested in the transparent transport layer gateway (TCP PEP) as a mechanism to improve the performance of TCP over satellite, RF and other challanged environments. The following describes some of the documents in the distribution. o README.STANDALONE.STACK - provides a quick overview on how to compile the SCPS RI as a stand along stack. o README.GATEWAY.FREEBSD.DIVERT - provides a quick overview on how to compile the SCPS RI as a TCP PEP for the FreeBSD operating system using divert sockets. NOTE this FreeBSD vesion will only operate as a network layer device. Thus routing must be done external to the gateway. o README.GATAWAY.FREEBSD.TAP - provides a quick overview on how to compile the SCPS RI as a TCP PEP for the FreeBSD operating system using the TAP interface. This method operates as a link layer spanning two ethernet interfaces. This method operates as a transparent bridge and thus no external routing (unicast/multicast) is required. This is operates more like a drop in applicance to an existing network. o README.GATEWAY.LINUX.DIVERT - provides a quick overview on how to compile the SCPS RI as a TCP PEP for the Linux operating system using a ported divert method - PLEASE DON'T USE THIS METHOD - IT IS HERE FOR HISTORICAL PURPOSES ONLY. o README.GATEWAY.LINUX.TUN - provides a quick overview on how to compile the SCPS RI as a TCP PEP for the Linux operating system using the TUN interface. This is similar to the FreeBSD method - thus an routing must be done external to the gateway. o README.GATAWAY.LINUX.TAP - provides a quick overview on how to compile the SCPS RI as a TCP PEP for the Linux operating system using the TAP interface. This method operates as a link layer spanning two ethernet interfaces. This method operates as a transparent bridge and thus no external routing (unicast/multicast) is required. This is operates more like a drop in applicance to an existing network. o SCPS_UserSGuide_v2.0.pdf in the NEW_DOCS Directory - The SCPS gateway user's guide. o SCPS_FAQ_v1.0.PDF in the NEW_DOCS Directory - A Frequently Asked Questions (FAQ) about the SCPS gateway. If there are additional questions/answers please send them to me and I will include them. o SMB_WAN_SCPS_v1.0.pdf in the NEW_DOCS Directory - This mini-white paper discusses the interaction issues with Microsoft's Server Message Block (SMB) protocol used to implement their File Sharing over the net and how they interact with SCPS. Note there are some pdfs in the docs directory which describe the SCPS_RI as a standaole stack. These are fairly old documents and if there may be discripencies with the documents listed above. If so please use the information is the documents listed above as primary. Best Regads. Pat

近期下载者

相关文件


收藏者