RFC6887 says PCP max packet size is 1100 bytes

This commit is contained in:
Cameron Gutman
2020-10-10 12:00:48 -05:00
parent ae81d4305d
commit a19b95f259
2 changed files with 2 additions and 2 deletions

View File

@@ -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;