We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4560e9f commit f2c9333Copy full SHA for f2c9333
src/AsyncTCP.cpp
@@ -233,7 +233,7 @@ static inline lwip_tcp_event_packet_t *_get_async_event() {
233
next_pkt = _async_queue.begin()) {
234
// if the next event that will come is a poll event for the same connection, we can discard it and continue
235
_free_event(_async_queue.pop_front());
236
- async_tcp_log_d("coalescing polls, network congestion or async callbacks might be too slow!");
+ async_tcp_log_d("merging polls, network congestion or async callbacks might be too slow!");
237
}
238
239
/*
0 commit comments