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 56b57c2 commit 9c6e0b1Copy full SHA for 9c6e0b1
src/AsyncTCP.cpp
@@ -234,7 +234,7 @@ static inline lwip_tcp_event_packet_t *_get_async_event() {
234
next_pkt = _async_queue.begin()) {
235
// if the next event that will come is a poll event for the same connection, we can discard it and continue
236
_free_event(_async_queue.pop_front());
237
- async_tcp_log_d("merging polls, network congestion or async callbacks might be too slow!");
+ async_tcp_log_d("coalescing polls, network congestion or async callbacks might be too slow!");
238
}
239
240
/*
0 commit comments