Skip to content

Commit 419af6e

Browse files
committed
Merge branch 'bugfix/tw13224' into 'master'
fix: Fix bug that UDP packet loss is serious when transparent transmission See merge request !27
2 parents 855af40 + 39daa7d commit 419af6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sdkconfig.defaults

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ CONFIG_FREERTOS_HZ=1000
3333
CONFIG_LWIP_SO_REUSE=y
3434
CONFIG_LWIP_SO_RCVBUF=y
3535
CONFIG_LWIP_DHCP_MAX_NTP_SERVERS=3
36+
CONFIG_LWIP_IP_FRAG=y
37+
CONFIG_LWIP_IP_REASSEMBLY=y
3638
CONFIG_TCP_MAXRTX=6
3739
CONFIG_TCP_SYNMAXRTX=3
3840

0 commit comments

Comments
 (0)