You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this tutorial, we will see how to use a UDP echo server on NuttX, to test a basic UDP server.
11
-
UDP (User datagram protocol) is a connectionless protocol with a minimum protocol mechanism. This protocol is focused on time-sensitive applications which is preferable to lose packages rather than delayed packets.
11
+
UDP (User datagram protocol) is a connectionless protocol with a minimum protocol mechanism. This protocol is focused on time-sensitive applications for which is preferable to lose packages rather than having delayed packets.
0 commit comments