From 5ae47725e6a0c00157dfef76e4596f8513291508 Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 7 Feb 2021 20:27:40 +0800 Subject: [PATCH] SRS: Refine the UDP address parsing, no string --- trunk/src/app/srs_app_listener.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/src/app/srs_app_listener.cpp b/trunk/src/app/srs_app_listener.cpp index b65281be1..849b9085e 100755 --- a/trunk/src/app/srs_app_listener.cpp +++ b/trunk/src/app/srs_app_listener.cpp @@ -474,6 +474,7 @@ SrsUdpMuxSocket* SrsUdpMuxSocket::copy_sendonly() // Copy the fast id. sendonly->peer_id_ = peer_id_; sendonly->fast_id_ = fast_id_; + sendonly->address_changed_ = address_changed_; return sendonly; }