Skip to content

Commit

Permalink
Fix switch build
Browse files Browse the repository at this point in the history
  • Loading branch information
Benau committed Dec 18, 2023
1 parent caf6a1b commit 42d4eaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2120,7 +2120,6 @@ int main(int argc, char *argv[])

// Up number of maximum concurrent sockets, otherwise we can fail while loading with nxlink
const SocketInitConfig socketConfig = {
.bsdsockets_version = 1,
.tcp_tx_buf_size = 0x8000,
.tcp_rx_buf_size = 0x10000,
.tcp_tx_buf_max_size = 0x40000,
Expand Down

0 comments on commit 42d4eaa

Please sign in to comment.