Fix switch build

This commit is contained in:
Michael Theall 2024-01-10 16:42:55 -06:00
parent de0bcec978
commit f4ed464f03

View File

@ -3,7 +3,7 @@
// - RFC 3659 (https://tools.ietf.org/html/rfc3659)
// - suggested implementation details from https://cr.yp.to/ftp/filesystem.html
//
// Copyright (C) 2023 Michael Theall
// Copyright (C) 2024 Michael Theall
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@ -29,8 +29,6 @@ static int s_fd = -1;
/// \brief Socket initialization configuration
static SocketInitConfig const s_socketInitConfig = {
.bsdsockets_version = 1,
.tcp_tx_buf_size = 1 * 1024 * 1024,
.tcp_rx_buf_size = 1 * 1024 * 1024,
.tcp_tx_buf_max_size = 4 * 1024 * 1024,