Requests nearly work, but not quite.
authorJennifer Richards <jennifer@painless-security.com>
Wed, 3 Aug 2016 17:05:07 +0000 (13:05 -0400)
committerJennifer Richards <jennifer@painless-security.com>
Wed, 3 Aug 2016 17:05:07 +0000 (13:05 -0400)
commit8503060a4ce1b8431bcade6bac913236d980eaf3
treed941eb859bc8b1d52c4c75d075432b8bebe6a1a6
parent1de2681de6f898e113c6b80b398732593ad76001
Requests nearly work, but not quite.

Issue: the request can go out before the return connection for the
peer to respond has been established, so the reply does not get sent.
Checking in before reworking detection that a peer is connected.
include/tr_trp.h
include/trp_internal.h
include/trp_ptable.h
include/trust_router/trp.h
tr/tr_trp.c
trp/trp_conn.c
trp/trp_ptable.c
trp/trp_req.c
trp/trps.c