mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 12:13:47 +00:00
documentation: rawapi: syntax fixes
udp -> UDP tcp -> TCP
This commit is contained in:
parent
47a579f54f
commit
bb92a059b6
@ -92,8 +92,8 @@ program using the raw TCP/IP interface.
|
|||||||
|
|
||||||
Do not confuse the LwIP raw API with raw ethernet or ip sockets.
|
Do not confuse the LwIP raw API with raw ethernet or ip sockets.
|
||||||
The former is a way of interfacing the lwip network stack (including
|
The former is a way of interfacing the lwip network stack (including
|
||||||
tcp and udp), the later refers to processing raw ethernet or ip data
|
TCP and UDP), the later refers to processing raw ethernet or ip data
|
||||||
instead of tcp connections or udp packets.
|
instead of TCP connections or UDP packets.
|
||||||
|
|
||||||
Raw API applications may never block since all packet processing
|
Raw API applications may never block since all packet processing
|
||||||
(input and output) as well as timer processing (TCP mainly) is done
|
(input and output) as well as timer processing (TCP mainly) is done
|
||||||
|
Loading…
Reference in New Issue
Block a user