aboutsummaryrefslogtreecommitdiff
path: root/src/pkt.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-01-28 23:53:41 +0100
committerToni Uhlig <matzeton@googlemail.com>2020-01-28 23:53:41 +0100
commit596fee4002237651b741f1cef5f9d298423dbec7 (patch)
tree74b9d642b547f63c975319874e5e9f7e8cf2dc2b /src/pkt.h
parent0fcfc3a9acaff4d03ccf33fe411ab0bb441a0f41 (diff)
parent057bcf9b019c9aaec332d4a44eab93a991731a9a (diff)
Merge branch 'master' of ssh://github.com/lnslbrty/ptunnel-ng
Diffstat (limited to 'src/pkt.h')
-rw-r--r--src/pkt.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pkt.h b/src/pkt.h
index 0b7ee65..1c59932 100644
--- a/src/pkt.h
+++ b/src/pkt.h
@@ -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