Skip to content

Commit

Permalink
Reduce 3DS MTU (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoeyjodon authored Dec 22, 2023
1 parent c07aa74 commit 89a7ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/enet/protocol.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/**
@file protocol.h
@brief ENet protocol
*/
Expand All @@ -10,7 +10,7 @@
enum
{
ENET_PROTOCOL_MINIMUM_MTU = 576,
#ifdef __WIIU__
#if defined(__WIIU__) || defined(__3DS__)
ENET_PROTOCOL_MAXIMUM_MTU = 1400,
#else
ENET_PROTOCOL_MAXIMUM_MTU = 4096,
Expand Down

0 comments on commit 89a7ebd

Please sign in to comment.