You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1.send traffic to hostname and not ip
2.send request back to client from this hostname ( via can be either ip or host
)
What is the expected output? What do you see instead?
Excepted to reuse same socket on client side
What version of the product are you using? On what operating system?
Latest trunk
Please provide any additional information below.
http://code.google.com/p/jain-sip/source/browse/src/gov/nist/javax/sip/stack/Mes
sageChannel.java#320
getkey creates key based on hostname and not ip , this causes errors with
certificates and channels creation ( client changes host/port pair because new
socket is created and therefore server does not knows where to send data
anymore - no route to it )
Original issue reported on code.google.com by [email protected] on 14 Apr 2013 at 12:51
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 14 Apr 2013 at 12:51The text was updated successfully, but these errors were encountered: