[ofw] [PATCH] uDAPL v2.0: scm: retry socket connect on ECONNREFUSED under heavy load
    Hefty, Sean 
    sean.hefty at intel.com
       
    Tue Jan  4 17:22:14 PST 2011
    
    
  
> +		if ((err == ETIMEDOUT) || (ECONNREFUSED && --cm_ptr->retry)) {
This is missing 'err ==' on the right-hand side.
    
    
More information about the ofw
mailing list