• Trond Myklebust's avatar
    [PATCH] Fix typo in net/sunrpc/xprt.c · 389a5884
    Trond Myklebust authored
    The appended patch fixes a typo in net/sunrpc/xprt.c: We want to
    ensure that we play safe, and only increment the UDP congestion window
    when we have successfully transmitted a full frame of data.
    
    In addition, we should perhaps still 'slow start' the UDP congestion
    code rather than assuming that we can immediately fire off 8
    requests. IOW revert the value of RPC_INITCWND.
    389a5884
xprt.c 35.2 KB