angler
angler copied to clipboard
A utility for monitoring UDP message-processing
It would be useful to be able to monitor not only a list of explicitly given address:port pairs, but e.g. "all ports in range", and "all addresses by mask". As...
Allow a user to specify both remote & local end-points when monitoring via /proc/net data sources. E.g. ``` tcpSocketMonitor.beginMonitoringOf(localAddress, remoteAddress); ```
inode is currently encoded in 16 bits of information, this is not enough for modern systems.