scherzma / Skunk

P2P Tor Chat App
GNU General Public License v3.0
4 stars 0 forks source link

Handling Multiple Connections per Peer #13

Closed JavaHammes closed 5 months ago

JavaHammes commented 6 months ago

A very important step is that a peer can handle multiple connections. This should also lay the foundation for group chats. A peer must therefore have the functionality to manage these connections when several peers connect to it and when it connects to peers. He must also be able to choose which connection he wants to use to send a message. Implementing group messaging will be a separate issue that builds on this. So there will be no possibility to send a message to multiple selected connections yet.