diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2017-12-18 14:02:36 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2017-12-18 14:02:36 +0100 |
commit | 6e8b336c950fa0af7d45e0d3933fd3d74e7c246b (patch) | |
tree | de746c72e71c41177e298ed324eac4ee204000b5 /ptunnel.h | |
parent | c78800c6bff7b4feac1c428af5fa23cb9c38c2ed (diff) |
ptunnel-ng:
* moved send_packets to pdesc
* removed unused whitespaces
Diffstat (limited to 'ptunnel.h')
-rw-r--r-- | ptunnel.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -139,8 +139,6 @@ int queue_packet(int icmp_sock, uint8_t type, char *buf, int num_bytes, uint32_t state, struct sockaddr_in *dest_addr, uint16_t next_expected_seq, int *first_ack, uint16_t *ping_seq); -uint32_t send_packets(forward_desc_t *ring[], int *xfer_idx, int *await_send, int *sock); - void handle_data(icmp_echo_packet_t *pkt, int total_len, forward_desc_t *ring[], int *await_send, int *insert_idx, uint16_t *next_expected_seq); |