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

Functions

void process_request (std::shared_ptr< Transaction > transaction, std::shared_ptr< TCPSocket > client, bool should_respond)
 

Function Documentation

◆ process_request()

void process_request ( std::shared_ptr< Transaction > transaction,
std::shared_ptr< TCPSocket > client,
bool should_respond )