This shows you the differences between two versions of the page.
— |
dcc_ports [2009/06/02 15:55] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | # $EPIC: dcc_ports.txt,v 1.2 2009/06/02 15:54:23 kreca Exp $ | ||
+ | ======Synopsis:====== | ||
+ | [[load]] dcc_ports \\ | ||
+ | set dcc_port_min 1024 \\ | ||
+ | set dcc_port_max 65535 | ||
+ | |||
+ | ======Description:====== | ||
+ | This script implements a dcc port range facility. Each time you offer a | ||
+ | [[dcc chat]] or [[dcc send]] to someone else, the next open port in the | ||
+ | port range will be used as though you had supplied the -p option to the | ||
+ | [[dcc]] command. | ||
+ | |||
+ | Changing either value resets the port selection, and the next [[dcc]] will | ||
+ | use the first value in the range. | ||
+ | |||
+ | ======History:====== | ||
+ | This script first appeared in EPIC5-0.3.4. | ||
+ | |||