Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

multiple IP address #197

Closed
FreeVB opened this issue Oct 8, 2023 · 2 comments
Closed

multiple IP address #197

FreeVB opened this issue Oct 8, 2023 · 2 comments

Comments

@FreeVB
Copy link

FreeVB commented Oct 8, 2023

Does it support listening on multiple IP address levels at the same time? For example, listen to all available IP addresses on the server at the same time.
For example: _Server = new SimpleTcpServer(new IPHost[] { new(7001), new(8089) })

@FreeVB
Copy link
Author

FreeVB commented Oct 8, 2023

The client can connect to any IP address on the server, such as 192.168.1.10, 8089, 216.16.XX.XX, 8089

One of the two IPs is a local area network IP and the other is an Internet IP。

@jchristn
Copy link
Owner

The library does not. You'll need to start multiple instances of the server to do that.

Repository owner locked and limited conversation to collaborators Oct 11, 2023
@jchristn jchristn converted this issue into discussion #198 Oct 11, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants