If UDP packets are dropped on a host because its socket buffers are full, should I consider that to be network loss? The distinction would help me decide whether to look into implementing retransmission at the application layer, or to increase the buffer size.
I'm stuck with UDP but my application is required to transmit packets in order with no packet loss... >_<