RE: [reSIProcate] Re: [reSIProcate-commit] COMMIT: resiprocate 5978sgodin: - fixed nasty cut-and-paste bug in AclStore - db forAcl's now working
Ah right - I see. I needed access to the TlsPeerName
stored in the TlsConnection object. What if instead we set the
TlsPeerName in a new field in the message - maybe in the security
attributes?
Rohan and I quickly discussed this - and he was concerned
about increasing the size of the SipMessage for people that may not be
interested in Peer Name - but I still think this option is nice and clean
and definately more efficient for repro to lookup. Is anyone opposed to
this?
Scott
These sorts of accessors are not thread safe if accessed outside of
the transaction layer. In general, the transport layer cannot be directly
accessed outside of the Transaction layer.
Jason