Skip to content
  • Nick Mathewson's avatar
    r16570@catbus: nickm | 2007-11-08 11:04:20 -0500 · c3a74595
    Nick Mathewson authored
     Keep track, for each OR connection, of the last time we added a non-padding cell to its outbuf.  Use this timestamp, not "lastwritten" to tell if it is time to close a circuitless connection.  (We can'tuse lastwritten, since lastwritten is updated when ever the connection flushes anything, and by that point we can no longer tell what is a padding cell and what is not.)
    
    
    svn:r12437
    c3a74595