Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit 287ad67

Browse files
committed
Increase WIFI_CFG_SOCKETS_RECEIVE_BUFFER_SIZE to 768, WIFI_CFG_SOCKETS_RECEIVE_BUFFER_THRESHOLD to 60
Signed-off-by: VannamDinh <[email protected]>
1 parent 507a856 commit 287ad67

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

vendors/renesas/boards/rl78g14-fpb/drivers/r_config/r_wifi_sx_ulpgn_config.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,12 @@
4141
#if defined(__CCRX__) || defined(__ICCRX__) || defined(__RX__)
4242
#define WIFI_CFG_SOCKETS_RECEIVE_BUFFER_SIZE ( 8192 )
4343
#elif defined(__CCRL__) || defined(__ICCRL78__) || defined(__RL)
44-
#define WIFI_CFG_SOCKETS_RECEIVE_BUFFER_SIZE ( 512 )
45-
#define WIFI_CFG_SOCKETS_RECEIVE_BUFFER_THRESHOLD ( 20 )
44+
//#define WIFI_CFG_SOCKETS_RECEIVE_BUFFER_SIZE ( 1024*7)
45+
//#define WIFI_CFG_SOCKETS_RECEIVE_BUFFER_THRESHOLD ( 1024*3 )
46+
47+
#define WIFI_CFG_SOCKETS_RECEIVE_BUFFER_SIZE ( 768 )
48+
#define WIFI_CFG_SOCKETS_RECEIVE_BUFFER_THRESHOLD ( 60 )
49+
4650
#endif
4751

4852
#define WIFI_CFG_USE_CALLBACK_FUNCTION 0

0 commit comments

Comments
 (0)