index
:
ptunnel-ng.git
Tunnel TCP connections through ICMP.
log msg
author
committer
range
coverity_scan
feature/libsodium-integration
feature/wireshark-dissector
master
ptunnel-ng/2.0.0
release
removed_extended_options
about
summary
refs
log
tree
commit
diff
path:
root
/
src
/
pdesc.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Masaq- <tilt@techie.com>
2019-02-08 04:17:50 +0000
committer
Masaq- <tilt@techie.com>
2019-02-08 04:17:50 +0000
commit
dfb47d868a46b8d3aacc8ee1446fa9302e047a79
(
patch
)
tree
a3b557307ade2df9120e179e9301340cd2b10710
/
src/pdesc.h
parent
18e57efacab2be387a42ea566125ee65c915cc78
(
diff
)
command line option -y payload size
Diffstat
(limited to 'src/pdesc.h')
-rw-r--r--
src/pdesc.h
3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pdesc.h b/src/pdesc.h
index d4c463d..a537b9a 100644
--- a/
src/pdesc.h
+++ b/
src/pdesc.h
@@ -159,7 +159,8 @@ typedef struct proxy_desc_t {
uint16_t window_size;
double ack_interval;
double resend_interval;
- uint16_t extended_options[3];
+ uint16_t payload_size;
+ uint16_t extended_options[4];
icmp_desc_t *send_ring;
forward_desc_t **recv_ring;
xfer_stats_t xfer;