ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/pod/command_help.pod
(Generate patch)

Comparing deliantra/Deliantra-Client/pod/command_help.pod (file contents):
Revision 1.22 by root, Mon Jul 23 22:03:18 2007 UTC vs.
Revision 1.23 by root, Mon Jul 30 02:16:16 2007 UTC

510buffer has its own time value, and will be flushed independantly. The 510buffer has its own time value, and will be flushed independantly. The
511default value is usually less than a second. 511default value is usually less than a second.
512 512
513See also L<output-sync>. 513See also L<output-sync>.
514 514
515=head2 output-rate
516
515=head2 output-rate [bytes per second] 517 output-rate [bytes per second]
516 518
517Show the current setting of the output-rate, or set it to the provided 519Show the current setting of the output-rate, or set it to the provided
518value. The server will try not to send (much) more than this many bytes 520value. The server will try very hard not to send more than this many bytes
519per second to your client. If the rate is exceeded, the server tries to 521per second to your client. If the rate is exceeded, the server tries to
520hold back less important information (such as new images), to increase 522hold back less important information (such as new images) to increase
523responsiveness.
524
521responsiveness. The server-side default is usually quite high, around 525The server-side default is usually quite high, around 100000. If the
522100000, so if you have a slow link and want to be able to control your 526server is running on a Linux kernel, it will adjust to the actual
523character even when downloading faces, set this to a lower value, such as 527bandwidth available, and output-rate only sets an upper bound. That is,
5247000 (for ISDN). 528the server will automatically set an optimal send rate and adjusting your
529output-rate is not required.
525 530
526=head2 output-sync 531=head2 output-sync
527 532
528 output-sync [seconds] 533 output-sync [seconds]
529 534

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines