mirror of
https://github.com/google/bumble.git
synced 2026-04-19 00:54:49 +00:00
Squashed commits: [cd479ba] formatting and linting automation [7fbfabb] formatting and linting automation [c4f9505] fix after rebase [f506ad4] rename job [441d517] update doc (+7 squashed commits) [2e1b416] fix invoke and github action [6ae5bb4] doc for git blame [44b5461] add GitHub action [b07474f] add docs [4cd9a6f] more linter fixes [db71901] wip [540dc88] wip
433 B
433 B
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