Skip to content
  • Nick Mathewson's avatar
    r17436@tombo: nickm | 2008-07-30 09:03:19 -0400 · 18609790
    Nick Mathewson authored
     Move n_addr, n_port, and n_conn_id_digest fields of circuit_t into a separately allocated extend_info_t.  Saves 22 bytes per connected circuit_t on 32-bit platforms, and makes me more comfortable with using tor_addr_t in place of uint32_t n_addr.
    
    
    svn:r16257
    18609790