udp (or snmp):why not use it?
Initially, SNMP seemed perfect to us -- it’s a generic way for net devices to interoperate
But, we found ourselves redesigning things that were already in TCP. We use TCP’s:
- stream demultiplexing
- retransmission policy
- segmentation & reassembly of large messages
- flow control
- congestion control