P2P File Share
A simple peer-to-peer file sharing system.
Loading...
Searching...
No Matches
process_input.hpp File Reference
Include dependency graph for process_input.hpp:
This graph shows which files directly or indirectly include this file:

Functions

bool process_input (const std::string &input, TCPSocket &tracker, EndpointID my_id, const Endpoint &client_endpoint, DownloadManager &download_manager, FilesDB &my_files, PeerDB &peer_db)
 

Function Documentation

◆ process_input()

bool process_input ( const std::string & input,
TCPSocket & tracker,
EndpointID my_id,
const Endpoint & client_endpoint,
DownloadManager & download_manager,
FilesDB & my_files,
PeerDB & peer_db )