increasing the readability
This commit is contained in:
parent
bc6a55a696
commit
ee5597df15
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
|||
/**
|
||||
* TCP_SND_BUF: TCP sender buffer space (bytes).
|
||||
*/
|
||||
#define TCP_SND_BUF (16*TCP_WND)
|
||||
#define TCP_SND_BUF (16 * TCP_WND)
|
||||
|
||||
/**
|
||||
* LWIP_BROADCAST_PING==1: respond to broadcast pings (default is unicast only)
|
||||
|
|
Loading…
Add table
Reference in a new issue