Initial import of the ircii-pana-1.1-final source tree.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/tags/ircii-pana-1.1-final@1 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2008-02-25 09:25:32 +00:00
commit 28febcfea9
1429 changed files with 250653 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
Synopsis:
set dcc_sliding_window [<number>]
Description:
This implements a simplified version of the traditional sliding window
algorithm for DCC SENDs. The client keeps <size> packets ready to
send at all times, which can speed up DCC file transfers a great deal
over slow network connections. No special support is required by the
receiving client.
The size is measured in 2k blocks, and is set by default at 2 (4k).
No error correction is even attemted by the client, rather it relies
completely on TCP to keep things straight. The feature can effectively be
disabled by setting it to 1.
See Also:
dcc(1) list