Skip to content

Commit

Permalink
fix SocketInitConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemeowx2 committed Dec 28, 2019
1 parent fc35e47 commit a29271e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ldn_mitm/source/ldnmitm_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,8 @@ void __appInit(void) {

.sb_efficiency = 4,

.serialized_out_addrinfos_max_size = 0x1000,
.serialized_out_hostent_max_size = 0x200,
.bypass_nsd = false,
.dns_timeout = 0,
.num_bsd_sessions = 3,
.bsd_service_type = BsdServiceType_User,
};
sm::DoWithSession([&]() {
R_ASSERT(fsInitialize());
Expand Down

0 comments on commit a29271e

Please sign in to comment.