• Show log

    Commit

  • Hash : 2cbb1a16
    Author : Nick Mathewson
    Date : 2010-10-26T10:27:29

    Make rate-limits go up to SIZE_MAX/EV_SSIZE_MAX, not just INT32_MAX
    
    Someday, when networks are far faster and people frequently want a
    burst value greater than 2GB per tick, this will seem very forsightful
    indeed.
    
    For now, it breaks ABI, but not source.  Fixes bug 3092096.