This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UDP Client: Support writing large reports
If a report is larger than 65536 it will be rejected by kernel and PHP engine and never sent. With this, we ensure that the packet is always sent and that it has proper signaling (MSG_EOR or MSG_EOF). TLDR; Solves the following issue: ```PHP Warning: socket_sendto(): unable to write to socket [90]: Message too long```
- Loading branch information