mirror of
https://github.com/mtheall/ftpd.git
synced 2025-02-17 00:08:43 +00:00
Fix switch build
This commit is contained in:
parent
de0bcec978
commit
f4ed464f03
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user