Raised This Month: $51 Target: $400
 12% 

net_maxfilesize and FastDL


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
AeroAcrobat
AlliedModders Donor
Join Date: Apr 2011
Location: lives in a circus
Old 09-19-2013 , 14:09   net_maxfilesize and FastDL
Reply With Quote #1

I want to allow sprays so having set allowupload & allowdownload to 1, should be correct.
Now I've a fast dl which should not be affected by "net_maxfilesize", correct ?

Would it be usefull if I set net_maxfilesize to something like: 1 or even lower if possible ?
(IIRC: Sprays should be max 512kb)

Code:
sv_allowupload 1        // Allow clients to upload customizations files
sv_allowdownload 1        // Allow clients to download files
net_maxfilesize 64        // Maximum allowed file size for uploading in MB
edit: "net_maxfilesize 64 // Maximum allowed file size for uploading in MB"
Does that mean the client can upload this max file size to the server ? I'm confused ...
__________________

Last edited by AeroAcrobat; 09-19-2013 at 14:25.
AeroAcrobat is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 09-19-2013 , 14:42   Re: net_maxfilesize and FastDL
Reply With Quote #2

net_maxfilesize is only relevant if you're not using a fastdownload server... the server will refuse to send clients files larger than this size.

I don't think it has any effect on files clients are sending to your server.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 09-19-2013 at 14:43.
Powerlord is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:48.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode