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

@ -1 +1 @@
Subproject commit 665958b7595ff25d181742dc18ddac329ddc7253
Subproject commit 90642afdd1f37386826ae569fb72a4f847d8026d

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;