What is the sock_drop
in the skmem
output of the ss
command? Does it mean the number of messages that have been dropped before the application could read them? I'm seeing this output in one of my boxes, the connection is a udp:
UNCONN 2117632 0 239.1.12.1:5103 *:* users:(("myclient",pid=68432,fd=24))
skmem:(r2117632,rb16777216,t0,tb67108864,f4096,w0,o48,bl0,d112893)
does this suggest the connection is unhealthy? is it the receiving buffer is too small?