paullouisageneau / libjuice

JUICE is a UDP Interactive Connectivity Establishment library
Mozilla Public License 2.0
410 stars 76 forks source link

How does libjuice do multiple connections #186

Closed fengshangren closed 1 year ago

fengshangren commented 1 year ago

example: 127.0.0.1:1234 connect 192.168.1.1:1234 127.0.0.1:1234 connect 192.168.1.2:1234 127.0.0.1:1234 connect 192.168.1.3:1234

I see examples now that there can only be one communication between the two ends

paullouisageneau commented 1 year ago

You can open multiple connections simply by creating one agent per connection.