Replies: 2 comments
-
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。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
The library does not. You'll need to start multiple instances of the server to do that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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) })
Beta Was this translation helpful? Give feedback.
All reactions