aboutsummaryrefslogtreecommitdiff
path: root/src/trunnel/netinfo.c
AgeCommit message (Collapse)Author
2019-06-11trunnel: Rename sendme.trunnel to sendme_cell.trunnelDavid Goulet
This is to avoid having two sendme.{c|h} in the repository since the subsystem is implemented in src/core/or/sendme.{c|h}. Fixes #30769 Signed-off-by: David Goulet <dgoulet@torproject.org>
2018-12-18Actually allow unrecognized address types in NETINFO cellrl1987
Ignore the address value instead of failing with error condition in case unrecognized address type is found.
2018-12-16Refrain from hardcoding address length and type in netinfo.trunnelrl1987
2018-10-26Add trunnel spec and impl for NETINFO cellsrl1987