ed83a78 Ticket 47426 - move compute_idletimeout out of handle_pr_read_ready

Authored and Committed by mreynolds 10 years ago
    Ticket 47426 - move compute_idletimeout out of handle_pr_read_ready
    
    Description:  Instead of calculating the idletimeout everytime new data is received,
                  set the anonymous reslimit idletimeout and handle in the connection struct when the
                  connection first comes in.  Then update idletimeout after each bind.
    
                  I removed compute_idletimeout() because bind_credentials_set_nolock()
                  basically does the same thing, so it was just extended to update
                  the idletimeout.
    
    https://fedorahosted.org/389/ticket/47426
    
    Reviewed by: richm(Thanks!)
    
        
file modified
+14 -64
file modified
+12 -0
file modified
+3 -1