mirror of
https://github.com/moonlight-stream/Internet-Hosting-Tool.git
synced 2025-07-01 23:35:27 +00:00
RFC6887 says PCP max packet size is 1100 bytes
This commit is contained in:
parent
ae81d4305d
commit
a19b95f259
@ -1 +1 @@
|
|||||||
Subproject commit 665958b7595ff25d181742dc18ddac329ddc7253
|
Subproject commit 90642afdd1f37386826ae569fb72a4f847d8026d
|
@ -118,7 +118,7 @@ bool PCPMapPort(PSOCKADDR_STORAGE localAddr, int localAddrLen, PSOCKADDR_STORAGE
|
|||||||
int bytesRead;
|
int bytesRead;
|
||||||
union {
|
union {
|
||||||
PCP_MAP_RESPONSE hdr;
|
PCP_MAP_RESPONSE hdr;
|
||||||
char buf[1024];
|
char buf[1100];
|
||||||
} resp;
|
} resp;
|
||||||
int lifetime;
|
int lifetime;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user