mirror of
https://github.com/moonlight-stream/Internet-Hosting-Tool.git
synced 2026-05-18 23:50:11 +00:00
RFC6887 says PCP max packet size is 1100 bytes
This commit is contained in:
+1
-1
Submodule GS-IPv6-Forwarder updated: 665958b759...90642afdd1
+1
-1
@@ -118,7 +118,7 @@ bool PCPMapPort(PSOCKADDR_STORAGE localAddr, int localAddrLen, PSOCKADDR_STORAGE
|
||||
int bytesRead;
|
||||
union {
|
||||
PCP_MAP_RESPONSE hdr;
|
||||
char buf[1024];
|
||||
char buf[1100];
|
||||
} resp;
|
||||
int lifetime;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user