mirror of https://github.com/tidwall/evio.git
fix: typo
This commit is contained in:
parent
fe60817601
commit
f8dc4593e0
|
@ -105,7 +105,7 @@ events.Tick = func() (delay time.Duration, action Action){
|
|||
The `Serve` function can bind to UDP addresses.
|
||||
|
||||
- All incoming and outgoing packets are not buffered and sent individually.
|
||||
- The `Opened` and `Closed` events are not availble for UDP sockets, only the `Data` event.
|
||||
- The `Opened` and `Closed` events are not available for UDP sockets, only the `Data` event.
|
||||
|
||||
## Multithreaded
|
||||
|
||||
|
|
Loading…
Reference in New Issue