mirror of https://github.com/tidwall/evio.git
typo
This commit is contained in:
parent
1ef371695f
commit
b5a75773a4
|
@ -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 `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 `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.
|
- 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
|
## More examples
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue