mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Rename IP_Unix, IP_Address and TCP_Server to remove underscores
This commit is contained in:
parent
758bccf364
commit
3f078c99f6
60 changed files with 253 additions and 253 deletions
|
|
@ -87,7 +87,7 @@ void PacketPeerMbedDTLS::_cleanup() {
|
|||
int PacketPeerMbedDTLS::_set_cookie() {
|
||||
// Setup DTLS session cookie for this client
|
||||
uint8_t client_id[18];
|
||||
IP_Address addr = base->get_packet_address();
|
||||
IPAddress addr = base->get_packet_address();
|
||||
uint16_t port = base->get_packet_port();
|
||||
memcpy(client_id, addr.get_ipv6(), 16);
|
||||
memcpy(&client_id[16], (uint8_t *)&port, 2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue