/ Proc / Net / UDP
Holds a dump of the UDP socket table. Most of the information is not used except debugging. The value "sl" is the kernel hash interval for the socket "local_address" - this is the local address and port is the number of pairs. "Rem_address" is the remote address and port number of the pair (if connected). "St" is the internal status of the socket. "tx_queue" and "rx_queue" are the queue of outgoing and incoming data in the conditions for using kernel memory. The "Tr", "tm-> when" and "rexmits" fields are not used by UDP. The "uid" field contains the effective UID of the socket creator.
Also see https://stackoverflow.com/a/318628/
/ Proc / net / SNMP
This file contains the ASCII data required for the IP, ICMP, TCP, and UDP information databases for the SNMP agent.
From http://linux.die.net/man/5/proc
k1eran
source share