Skip to content

Commit

Permalink
18.0.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Lusamine committed Mar 30, 2024
1 parent c275f71 commit e6e5eab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Atmosphere-libs
Submodule Atmosphere-libs updated 107 files
4 changes: 0 additions & 4 deletions ldn_mitm/source/ldnmitm_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ namespace ams {
}

constexpr const ::SocketInitConfig LibnxSocketInitConfig = {
.bsdsockets_version = 1,

.tcp_tx_buf_size = 0x800,
.tcp_rx_buf_size = 0x1000,
.tcp_tx_buf_max_size = 0x2000,
Expand All @@ -66,8 +64,6 @@ namespace ams {
alignas(os::MemoryPageSize) constinit u8 g_socket_tmem_buffer[GetLibnxBsdTransferMemorySize(std::addressof(LibnxSocketInitConfig))];

constexpr const ::BsdInitConfig LibnxBsdInitConfig = {
.version = LibnxSocketInitConfig.bsdsockets_version,

.tmem_buffer = g_socket_tmem_buffer,
.tmem_buffer_size = sizeof(g_socket_tmem_buffer),

Expand Down

0 comments on commit e6e5eab

Please sign in to comment.