Skip to content

Commit

Permalink
Add missing reuseaddr flag to udp_bind docs (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
squeek502 authored Apr 18, 2021
1 parent 6f0882f commit af61b05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2037,6 +2037,7 @@ it's required that it represents a valid datagram socket.
- `port`: `number`
- `flags`: `table` or `nil`
- `ipv6only`: `boolean`
- `reuseaddr`: `boolean`

Bind the UDP handle to an IP address and port. Any `flags` are set with a table
with fields `reuseaddr` or `ipv6only` equal to `true` or `false`.
Expand Down

0 comments on commit af61b05

Please sign in to comment.