# Defaults for btpd initscript
# sourced by /etc/init.d/btpd
# installed at /etc/default/btpd by the maintainer scripts

#
# This is a POSIX shell fragment
#

# TCP port the daemon will listen to
PORT=6881

# Maximum bandwidth allowed for downloading
BWIN=50

# Maximum bandwidth allowed to uploading peers
BWOUT=10

# Maximum peers allowed
PEERS=20



#######################################################################################################
# *DON'T* edit this line, use single variables above instead                                          #
DAEMON_OPTS="--bw-out $BWOUT --bw-in $BWIN --max-peers $PEERS --port $PORT --logfile /var/log/btpd.log"
#######################################################################################################
