rimmartin / pion-ng

Pion Network Library (Boost licensed open source)
Boost Software License 1.0
1 stars 2 forks source link

Multiple endpoints #5

Closed trueqbit closed 4 years ago

trueqbit commented 4 years ago

It can be useful to have a server accepting connections on multiple endpoints (or addresses at the very least).

At the very least this comes in handy when you want to allow both ipv4 + ipv6.

Because tcp::server and http::server implement a lot of logic already it would be nice if this could be made available by the library itself.

rimmartin commented 4 years ago

Hi, I'll get active this weekend and catch up

trueqbit commented 4 years ago

@rimmartin You merged the corresponding PR... Are you happy with it? Can we close this ticket, or are there any further discussions needed?

rimmartin commented 4 years ago

Yes.

The other one conflicted; I did the merge steps github provided in terminal