Fix switch build

This commit is contained in:
Benau 2023-12-18 10:39:21 +08:00
parent caf6a1b504
commit 42d4eaae96

View File

@ -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,