mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-29 21:38:22 +08:00
AI automatically translates all comments in the code into English (#3917)
This commit is contained in:
@@ -33,7 +33,8 @@ Socket::Ptr UDPServer::getSock(SocketHelper &helper, const char* local_ip, int i
|
||||
if (it == _udp_sock_map.end()) {
|
||||
Socket::Ptr sock = helper.createSocket();
|
||||
if (!sock->bindUdpSock(local_port, local_ip)) {
|
||||
//分配失败
|
||||
// 分配失败 [AUTO-TRANSLATED:a6c6a6e6]
|
||||
// Allocation failed
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user