From 6c405efc42a027f9f93e5bc38ea9d00bb6447b6d Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 5 Jun 2019 11:52:15 +0200 Subject: README: 256 packets per exchange buffer limitation is obsolete Signed-off-by: Simon Rozman --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ae56e62..a7e0ff3 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,6 @@ After loading the driver and creating a network interface the typical way using ~ ~ ``` -Each packet segment should contain a layer 3 IPv4 or IPv6 packet. Up to 256 packets may be read or written during each call to `ReadFile` or `WriteFile`. +Each packet segment should contain a layer 3 IPv4 or IPv6 packet. Up to 15728640 bytes may be read or written during each call to `ReadFile` or `WriteFile`. It is advisable to use [overlapped I/O](https://docs.microsoft.com/en-us/windows/desktop/sync/synchronization-and-overlapped-input-and-output) for this. If using blocking I/O instead, it may be desirable to open separate handles for reading and writing. -- cgit v1.2.3-59-g8ed1b