Come si imposta l'algoritmo di controllo della congestione TCP su OS X?

4

Vorrei impostare l'algoritmo di controllo della congestione TCP su Westwood + . È possibile in OS X?

    
posta Shawn J. Goff 12.04.2011 - 23:36
fonte

1 risposta

6

In base al collegamento puoi effettivamente modificare gli algoritmi utilizzati da Mac OS X utilizzando il comando sysctl , ma non puoi usare altro che l'algoritmo di New Reno:

net.inet.tcp.newreno implements the New Reno modification to the TCP Fast Recovery Protocol (RFC 2582). New Reno is the name given to an enhancement to TCP partial acknowledgments that is used in the absence of a stack that supports SACKs. Keep in mind that while this shouldn’t cause problems in the normal case, it’s only really useful over a congested link like, say, checking mail while streaming NPR or similar. Even then, it’s not a magic bullet. No harm in turning it on, but understand what it is and isn’t, first. It’s off by default.

Il comando è %codice% che potresti invertire con sysctl -w net.inet.tcp.newreno=1 in caso di problemi.

    
risposta data 16.04.2011 - 20:50
fonte

Leggi altre domande sui tag