mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
SRS: Refine the UDP address parsing, no string
This commit is contained in:
parent
ca3ac467a3
commit
5ae47725e6
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue