forked from auracaster/bumble_mirror
initial import
This commit is contained in:
11
docs/mkdocs/src/transports/ws_server.md
Normal file
11
docs/mkdocs/src/transports/ws_server.md
Normal file
@@ -0,0 +1,11 @@
|
||||
UDP TRANSPORT
|
||||
=============
|
||||
|
||||
The UDP transport is a UDP socket, receiving packets on a specified port number, and sending packets to a specified host and port number.
|
||||
|
||||
## Moniker
|
||||
The moniker syntax for a UDP transport is: `udp:<local-host>:<local-port>,<remote-host>:<remote-port>`.
|
||||
|
||||
!!! example
|
||||
`udp:0.0.0.0:9000,127.0.0.1:9001`
|
||||
UDP transport where packets are received on port `9000` and sent to `127.0.0.1` on port `9001`
|
||||
Reference in New Issue
Block a user