This commit is contained in:
Josh Baker 2017-11-14 11:53:39 -07:00 committed by GitHub
parent 1ef371695f
commit b5a75773a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ The `Serve` function can bind to UDP addresses.
- The `Opened` event will fire when a UDP packet is received from a new remote address.
- The `Closed` event will fire when the server is shutdown or the `Close` action is explicitly returned from an event.
- The `Wake` and `Dial` operations are not available to UDP connections.
- All incoming and outgoing packets are not buffered and sent as single packet.
- All incoming and outgoing packets are not buffered and sent individually.
## More examples