Commit f3206b12 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Update doc

parent b70fdca9
......@@ -1456,7 +1456,7 @@ int Client::write_udp(const sockaddr *addr, socklen_t addrlen,
return 1;
}
std::cerr << "sendto: errno=" << errno << std::endl;
std::cerr << "sendmsg: errno=" << errno << std::endl;
} else {
++worker->stats.udp_dgram_sent;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment