tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

subproto_request.trunnel (149B)


      1 
      2 struct trn_subproto_request {
      3   u8 protocol_id;
      4   u8 proto_cap_number;
      5 }
      6 
      7 struct trn_subproto_request_ext {
      8   struct trn_subproto_request reqs[];
      9 }