add bufferSize parameter to UDP server documentation

This commit is contained in:
Joel Wetzell
2025-12-24 10:25:50 -06:00
parent 244cb62114
commit 7b2717d081
@@ -9,6 +9,7 @@ The `net.udp.server` module emits a message for every incoming UDP datagram.
- **params**:
- **ip**: (optional) IP address to bind the UDP server to, if left out it will listen on all interfaces
- **port**: UDP port to listen on
- **bufferSize**: (optional) Size of the read buffer for incoming UDP datagrams, defaults to `2048`
### Example
Start a UDP server listening on port 8888 and only on `127.0.0.1`