Skip to content

Commit

Permalink
SMSTCPIP: changed thread priority to 2, to be below the OPL main thread.
Browse files Browse the repository at this point in the history
  • Loading branch information
sp193 committed Feb 12, 2019
1 parent 0d050ad commit 8e04003
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions modules/network/SMSTCPIP/include/lwipopts.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,7 @@ a lot of data that needs to be copied, this should be set high. */
#define TCP_SNDLOWAT (TCP_SND_BUF / 2)

/* ----- TCPIP thread priority ----- */
#ifdef INGAME_DRIVER
#define TCPIP_THREAD_PRIO 1
#else
#define TCPIP_THREAD_PRIO 0x22
#endif
#define TCPIP_THREAD_PRIO 2

/* ---------- ARP options ---------- */
#ifdef INGAME_DRIVER
Expand Down

0 comments on commit 8e04003

Please sign in to comment.