From bb92a059b64178586bee29750de50700c6afe7d8 Mon Sep 17 00:00:00 2001 From: Sylvain Rochet Date: Tue, 22 Sep 2015 00:20:49 +0200 Subject: [PATCH] documentation: rawapi: syntax fixes udp -> UDP tcp -> TCP --- doc/rawapi.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rawapi.txt b/doc/rawapi.txt index da024943..0890ebb1 100644 --- a/doc/rawapi.txt +++ b/doc/rawapi.txt @@ -92,8 +92,8 @@ program using the raw TCP/IP interface. 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 -tcp and udp), the later refers to processing raw ethernet or ip data -instead of tcp connections or udp packets. +TCP and UDP), the later refers to processing raw ethernet or ip data +instead of TCP connections or UDP packets. Raw API applications may never block since all packet processing (input and output) as well as timer processing (TCP mainly) is done