-
- Downloads
"README.md" did not exist on "c5f84ce6a3f5184ff02984e2f0505651df5a88c5"
Improved exit policy syntax; basic client-side DNS caching.
- Exit policies now support bitmasks (18.0.0.0/255.0.0.0) and bitcounts 18.0.0.0/8. Policies are parsed on startup, not when comparing to them. - desired_path_len is now part of an opaque cpath_build_state_t structure. - END_REASON_EXITPOLICY cells no longer include a port. - RELAY_COMMAND_CONNECTED cells now include the IP address we've connected to. - connection_edge now has a client_dns cache to remember resolved addresses. It gets populated by RELAY_COMMAND_CONNECTED cells and END_REASON_EXITPOLICY cells. It gets used by connection_ap_handshake_send_begin. We don't compare it to exit policies yet. svn:r812
Showing
- src/or/circuit.c 7 additions, 6 deletionssrc/or/circuit.c
- src/or/connection_edge.c 164 additions, 11 deletionssrc/or/connection_edge.c
- src/or/onion.c 22 additions, 8 deletionssrc/or/onion.c
- src/or/or.h 12 additions, 5 deletionssrc/or/or.h
- src/or/routers.c 136 additions, 39 deletionssrc/or/routers.c
- src/or/test.c 6 additions, 4 deletionssrc/or/test.c
Loading
Please register or sign in to comment