Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support on ipv6 streaming #136

Open
TheRainstorm opened this issue Oct 6, 2024 · 0 comments
Open

Support on ipv6 streaming #136

TheRainstorm opened this issue Oct 6, 2024 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@TheRainstorm
Copy link
Contributor

I want to streaming over ipv6 network. However wolf only listen on ipv4 for now. Sunshine does supports IPv6, so maybe its implementation can be referred.

sudo ss -nlp |grep wolf
u_str LISTEN 0      4096      /tmp/sockets/wayland-1 13827879        * 0    users:(("wolf",pid=43843,fd=93)) 
u_str LISTEN 0      4096      /tmp/sockets/wayland-2 14164084        * 0    users:(("wolf",pid=43843,fd=122))
u_seq LISTEN 0      128    @cuda-uvmfd-4026533524-1@ 7927072         * 0    users:(("wolf",pid=43843,fd=10)) 
udp   UNCONN 0      0                        0.0.0.0:47999     0.0.0.0:*    users:(("wolf",pid=43843,fd=21)) 
udp   UNCONN 213760 0                        0.0.0.0:48100     0.0.0.0:*    users:(("wolf",pid=43843,fd=137))
udp   UNCONN 213760 0                        0.0.0.0:48200     0.0.0.0:*    users:(("wolf",pid=43843,fd=175))
udp   UNCONN 0      0                              *:48100           *:*    users:(("wolf",pid=43843,fd=138))
udp   UNCONN 0      0                              *:48200           *:*    users:(("wolf",pid=43843,fd=176))
tcp   LISTEN 0      4096                     0.0.0.0:47989     0.0.0.0:*    users:(("wolf",pid=43843,fd=16)) 
tcp   LISTEN 0      4096                     0.0.0.0:47984     0.0.0.0:*    users:(("wolf",pid=43843,fd=31)) 
tcp   LISTEN 0      4096                     0.0.0.0:48010     0.0.0.0:*    users:(("wolf",pid=43843,fd=20)) 
@ABeltramo ABeltramo added bug Something isn't working enhancement New feature or request labels Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants