1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

SRS: Refine the UDP address parsing, no string

This commit is contained in:
winlin 2021-02-07 20:27:40 +08:00
parent 638a94ade2
commit ec0d68d6b0

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