You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the only communication that exists is between the server instance of SecureDrop and the client. The SecureDrop clients need to be able to communicate with each other. I think a possible fix would be to have a function that sends the ports the server has seen all clients, and then they can use these ports with their handshake/send functions to build connections between them.
The text was updated successfully, but these errors were encountered:
Currently, the only communication that exists is between the server instance of SecureDrop and the client. The SecureDrop clients need to be able to communicate with each other. I think a possible fix would be to have a function that sends the ports the server has seen all clients, and then they can use these ports with their handshake/send functions to build connections between them.
The text was updated successfully, but these errors were encountered: