# -*-Perl-*-
# Prevent new connections from being established
set max_uploads 0
set min_connections 0
set max_incoming 0
set cache_parallel 0
# Kill existing GnutellaNet connections
kill
# Open the throttle on our uploads and downloads. NOTE: You might want to
# change or remove these two, depending on your ISP's limits if any and
# your idea of which is more important (uploads or downloads)
set default_upload_cap 0
set default_download_cap 0
limit 0
# Display the transfers as they are at this instant (and again after 5
# seconds of open-throttle)
info t
# Wait for connections to close and clean up
sleep 5
# Sometimes one or two were in the process of opening when we killed the
# first time
kill
# Show transfers after throttle-up
info t
