You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when we open a new connected UDP socket, the main socket might
still have some packets in the inbound kernel queue. We normally
read those, and push them to the connected socket. But if the
connected socket / message queue is full, then we complain loudly.
if (fr_network_listen_inject(connection->nr, connection->listen,
1844
+
buffer, packet_len, recv_time) <0) {
1845
+
RATE_LIMIT_LOCAL(&thread->queue_full, ERROR, "proto_%s - Discarding packet from dynamic client %pV - cannot push packet to connected socket due to %s",
0 commit comments