From 1e00f310ec542ebb37969471214b66866fd520eb Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 5 Nov 2020 14:22:53 +0100 Subject: example: raise to 4MiB Signed-off-by: Jason A. Donenfeld --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6993d01..1a4276e 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ WINTUN_ADAPTER_HANDLE Adapter3 = WintunCreateAdapter(L"WireGuard", L"Data Center After creating an adapter, we can use it by starting a session: ```C -WINTUN_SESSION_HANDLE Session = WintunStartSession(Adapter2, 0x40000); +WINTUN_SESSION_HANDLE Session = WintunStartSession(Adapter2, 0x400000); ``` Then, the `WintunAllocateSendPacket` and `WintunSendPacket` functions can be used for sending packets ([used by `SendPackets` in the example.c code](https://git.zx2c4.com/wintun/tree/example/example.c)): -- cgit v1.2.3-59-g8ed1b