• Andrew Morton's avatar
    [PATCH] sunrpc: connection dropping tweaks · 620bde45
    Andrew Morton authored
    From: Olaf Kirch <okir@suse.de>
    
    Some NFS clients respond badly to a TCP connection being reset immediately
    after it has been accepted so:
    
    - Accept more connections before starting to drop them
    
    - Always drop the oldest connection - Random Early Drop doesn't really help
      here, and can hurt
    
    - ratelimit the friendly warnings.
    620bde45
svcsock.c 40.1 KB