Skip to content

Commit

Permalink
firmware/uip: adjust uip buffer size to increase performance
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Binkowski committed Dec 12, 2019
1 parent 961d102 commit 7898ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/uip/contiki-conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ typedef unsigned int uip_stats_t;
#define UIP_CONF_LLH_LEN 14
#define UIP_CONF_BROADCAST 1
#define UIP_CONF_LOGGING 1
#define UIP_CONF_BUFFER_SIZE 256
#define UIP_CONF_BUFFER_SIZE 2048

#define UIP_CONF_TCP_FORWARD 1

Expand Down

0 comments on commit 7898ea7

Please sign in to comment.