Trustin Lee wrote:
> I found Wikipedia says it is both stateless and connectionless in the
> viewpoint of transport layer.
>
> Connectionless is too long to type. Are we OK just to go with stateless?
>
> Trustin
>
If you need to call it anything else than UDP, I would go for
"connectionless"
since the protocol implemented on top of UDP can certainly be stateful
(as someone already pointed out)
http://computing-dictionary.thefreedictionary.com/UDP also uses
"connectionless"
Maarten