RFC6887 says PCP max packet size is 1100 bytes

This commit is contained in:
Cameron Gutman 2020-10-10 11:59:23 -05:00
parent 665958b759
commit 90642afdd1

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;