diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-01-28 23:53:41 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-01-28 23:53:41 +0100 |
commit | 596fee4002237651b741f1cef5f9d298423dbec7 (patch) | |
tree | 74b9d642b547f63c975319874e5e9f7e8cf2dc2b /src/pkt.h | |
parent | 0fcfc3a9acaff4d03ccf33fe411ab0bb441a0f41 (diff) | |
parent | 057bcf9b019c9aaec332d4a44eab93a991731a9a (diff) |
Merge branch 'master' of ssh://github.com/lnslbrty/ptunnel-ng
Diffstat (limited to 'src/pkt.h')
-rw-r--r-- | src/pkt.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -142,8 +142,6 @@ void handle_data(icmp_echo_packet_t *pkt, int total_len, proxy_desc_t *cur, int void handle_extended_options(proxy_desc_t *cur); -void handle_ack(uint16_t seq_no, icmp_desc_t *ring, int *packets_awaiting_ack, - int one_ack_only, int insert_idx, int *first_ack, - uint16_t *remote_ack, int is_pcap, uint16_t window_size); +void handle_ack(uint32_t seq_no, proxy_desc_t *cur); #endif |