[sr-dev] [kamailio/kamailio] tcp_reuse_port: ACK cannot be delievered to WebRTC client (#2849)

sergey-safarov notifications at github.com
Fri Sep 10 22:48:30 CEST 2021


I have added extra logs sctrings and found.
This happens because sockaddr_union `from` contains port number 5060
https://github.com/kamailio/kamailio/blob/master/src/core/forward.h#L188-L191

This port assigned from "dest_info* dst" 
https://github.com/kamailio/kamailio/blob/master/src/core/forward.h#L174

This struct passed into msg_send_buffer here
https://github.com/kamailio/kamailio/blob/master/src/core/forward.h#L117

Need to find why for ACK delivery used not socket where WebRTC client registered, but used socket bound to port 5060.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2849#issuecomment-917201639
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20210910/823741e2/attachment.htm>


More information about the sr-dev mailing list