layeh / gumble

gumble is a Mumble client implementation in Go (golang)
https://pkg.go.dev/mod/layeh.com/gumble
Mozilla Public License 2.0
172 stars 55 forks source link

Force TCP mode in gumble? #46

Closed Piper984 closed 4 years ago

Piper984 commented 4 years ago

I have a need to use TCP mode with a gumble client running on an ARM processor. Is this currently possible? We haven't located any obvious configuration parameters like we have seen in the C implementation.

ghost commented 4 years ago

gumble currently only has TCP support, so no configuration should be needed.