This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Eggdrop and DCC-sending files to IRC-users

Old posts that have not been replied to for several years.
Locked
s
siaco

Post by siaco »

Hi,

I have just installed mc.sendfile.tcl (v1.4.1 by Carl M. Gregory) on my eggdrop (v1.6.6) on a computer which are on a 100Mbit connection. With this script people can write !get-a-file in the channel, and the bot will send a file which are related to that command. This is working fine. The bot sends the file without a problem.

But the problem is: the transfer rate is so low. It hits max speed around 35kb/s. I can conncet another client to IRC, ask the bot to send me a file, and I'll get 2 transfers from the bot with 35kb/s. So it seems that the bot's is limiting the speed to 35kb/s per user.

How can I make the bot sending the file without a limit?

Thanks for answering! :smile:
E
EcoSpliff

Post by EcoSpliff »

Look in the CONF file
g
guppy
eggdrop engineer
Posts: 199
Joined: Mon Sep 24, 2001 8:00 pm
Location: Canada
Contact:

Post by guppy »

I don't believe eggdrop limits the speed of dcc sends at all -- I've gotten some rather fast speeds (course it is local)

[11:03] DCC Get of steve.mp3 from Bob complete (00:00:02 1.63 MB/Sec)

Sounds like something with your connection honestly (and/or the connection the other person has)

Jeff
E
EcoSpliff

Post by EcoSpliff »

You may be right, although I am sure I did see a section related to DCC speed. I remember reading some Docs about a setting where setting "0" would use max speed, but can result in broken files, and it suggested setting it to "1024" or something.

Maybe i'm wrong - any ideas peeps?
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

packet size != speed
E
EcoSpliff

Post by EcoSpliff »

Look in the CONF file under: "set dcc-block"
Locked