Skip to content

Commit

Permalink
minor: fix spaces in unix/lib/lwipopts.h
Browse files Browse the repository at this point in the history
  • Loading branch information
goldsimon committed Sep 29, 2023
1 parent 0d5db94 commit 2d6883c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contrib/ports/unix/lib/lwipopts.h
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
/**
* IP_FRAG_USES_STATIC_BUF==1: Use a static MTU-sized buffer for IP
* fragmentation. Otherwise pbufs are allocated and reference the original
* packet data to be fragmented.
* packet data to be fragmented.
*/
#define IP_FRAG_USES_STATIC_BUF 0

Expand Down Expand Up @@ -359,7 +359,6 @@
* PBUF_POOL_BUFSIZE: the size of each pbuf in the pbuf pool. The default is
* designed to accommodate single full size TCP frame in one pbuf, including
* TCP_MSS, IP header, and link header.
*
*/
#define PBUF_POOL_BUFSIZE LWIP_MEM_ALIGN_SIZE(TCP_MSS+40+PBUF_LINK_HLEN)

Expand Down

0 comments on commit 2d6883c

Please sign in to comment.