Updated plugin.
- Removed dependency on C client. - The plugin now responds to client requests on the same port used to establish the connection. Removed C client dependency from plugin.
This commit is contained in:
@@ -53,9 +53,7 @@ namespace XPC
|
||||
typedef struct
|
||||
{
|
||||
std::uint8_t id;
|
||||
std::string ip;
|
||||
std::uint16_t dstPort;
|
||||
std::uint16_t srcPort;
|
||||
sockaddr addr;
|
||||
std::uint8_t getdCount;
|
||||
std::string getdRequest[255];
|
||||
} ConnectionInfo;
|
||||
|
||||
Reference in New Issue
Block a user