Skip to content

Commit f469879

Browse files
Juan Flores MuñozFranFin
andauthored
Update _docs/tutorials/advanced/nuttx/udp_echo/index.md
Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com>
1 parent 074334f commit f469879

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • _docs/tutorials/advanced/nuttx/udp_echo

_docs/tutorials/advanced/nuttx/udp_echo/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permalink: /docs/tutorials/advanced/nuttx/udp_echo/
88
| NuttX | Olimex-STM32-E407 |
99

1010
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.
1212

1313
## Hardware requirements:
1414
- [Olimex-STM32-E407 board](https://www.olimex.com/Products/ARM/ST/STM32-E407/open-source-hardware)

0 commit comments

Comments
 (0)