Projet

Général

Profil

Tâche #15809

Mis à jour par Klaas TJEBBES il y a environ 8 ans

D'après man smb.conf :
* Default: socket options = TCP_NODELAY

Restent :
<pre>
SO_RCVBUF=8192 SO_SNDBUF=8192
</pre>
qu'il ne faudrait pas fixer en dur car étant calculés dynamiquement (je n'arrive pas à retrouver la source de l'info). dynamiquement.

https://www.samba.org/samba/docs/man/Samba3-HOWTO/speed.html
There have been reports that setting socket options = SO_RCVBUF=8192 in smb.conf can seriously degrade Samba performance on the loopback adaptor (IP Address 127.0.0.1). It is strongly recommended that before specifying any settings for socket options, the effect first be quantitatively measured on the server being configured.

Retour