SRS: Refine the UDP address parsing, no string

This commit is contained in:
winlin 2021-02-07 20:27:40 +08:00
parent ca3ac467a3
commit 5ae47725e6

View File

@ -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;
}