X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=tunprotocol.h;h=9af2e78149787815e9d1994757b2f0c1c9639a3c;hb=66d3e5110affbc70766211aeff46c4f41e532ed1;hp=cfe3b46ef47bfcd1333cd2ec4eddec905314d318;hpb=5b611332f020c9fc94b5992188dd0701fdf4f327;p=greproxy diff --git a/tunprotocol.h b/tunprotocol.h index cfe3b46..9af2e78 100644 --- a/tunprotocol.h +++ b/tunprotocol.h @@ -9,7 +9,7 @@ class TUNProtocol : public Protocol { public: TUNProtocol(const char *devname); - virtual void send_packet(uint16_t proto, const std::string &data); + virtual void send_packet(uint16_t proto, const std::string &data, int incoming_seq); virtual int fd() const; void read_packet(Protocol* sender);