SRS: Refine the UDP address parsing, no string
This commit is contained in:
parent
638a94ade2
commit
ec0d68d6b0
|
|
@ -474,6 +474,7 @@ SrsUdpMuxSocket* SrsUdpMuxSocket::copy_sendonly()
|
||||||
// Copy the fast id.
|
// Copy the fast id.
|
||||||
sendonly->peer_id_ = peer_id_;
|
sendonly->peer_id_ = peer_id_;
|
||||||
sendonly->fast_id_ = fast_id_;
|
sendonly->fast_id_ = fast_id_;
|
||||||
|
sendonly->address_changed_ = address_changed_;
|
||||||
|
|
||||||
return sendonly;
|
return sendonly;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user