Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
NULL in circuitmux_detach_circuit()
|
|
non-NULL p_chan when extending a circuit
|
|
circuitmux.c
|
|
|
|
circuit_set_circid_chan_helper() and add circuit_get_by_circid_channel_even_if_marked()
|
|
the channel by ID
|
|
|
|
|
|
|
|
possible for id to be zero (not assigned yet) and shouldn't be attached then
|
|
|
|
|
|
methods using it
|
|
|
|
to the new circuitmux_ewma.c now
|
|
|
|
|
|
circuitlist.c; it gets allocated when the circuit is attached to a circuitmux_t with that policy now
|
|
to circuitmux.h
|
|
|
|
|
|
pick_active_circuit() to circuitmux_policy_t in circuitmux.h
|
|
|
|
|
|
circuitmux_move_active_circ_to_tail() helper in circuitmux.c
|
|
to return NULL if the policy does not use this in circuitmux.c
|
|
circuitmux_set_policy() in circuitmux.c
|
|
|
|
|
|
|
|
|
|
circuitmux_make_circuit_active() and linked list helper functions in circuitmux.c
|
|
|
|
circuitmux_num_cells_for_circuit(), circuitmux_num_cells(), circuitmux_num_active_circuits() and circuitmux_num_circuits() in circuitmux.c
|
|
circuitmux.c, remove unneeded circuitmux_add_to_num_cells() from circuitmux.h
|
|
|
|
|
|
circuitmux_find_map_entry() and circuitmux_is_circuit_attached() in circuitmux.c
|
|
|
|
hash table
|
|
|
|
|
|
|
|
|