aboutsummaryrefslogtreecommitdiffstats
path: root/example/example.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/example.c')
-rw-r--r--example/example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/example.c b/example/example.c
index 6baad47..1b77cb0 100644
--- a/example/example.c
+++ b/example/example.c
@@ -348,7 +348,7 @@ main(void)
goto cleanupAdapter;
}
- WINTUN_SESSION_HANDLE Session = WintunStartSession(Adapter, 0x40000);
+ WINTUN_SESSION_HANDLE Session = WintunStartSession(Adapter, 0x400000);
if (!Session)
{
LastError = LogLastError(L"Failed to create adapter");