aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh2_protocol.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-05-14 12:42:20 +0000
committerBart Polot <bart@net.in.tum.de>2013-05-14 12:42:20 +0000
commit332dd8880309cacd83eae5c43b2e01d99d18fb81 (patch)
tree9ba58aac0bcf4fb8ff71bd8458778746e521ccef /src/mesh/mesh2_protocol.h
parent78a2c0ed897f0c3c8abaaaafd9a714f56c258681 (diff)
downloadgnunet-332dd8880309cacd83eae5c43b2e01d99d18fb81.tar.gz
gnunet-332dd8880309cacd83eae5c43b2e01d99d18fb81.zip
- make sure all flow control values are updated correctly
Diffstat (limited to 'src/mesh/mesh2_protocol.h')
-rw-r--r--src/mesh/mesh2_protocol.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesh/mesh2_protocol.h b/src/mesh/mesh2_protocol.h
index 0ccbecc43..2a312eff7 100644
--- a/src/mesh/mesh2_protocol.h
+++ b/src/mesh/mesh2_protocol.h
@@ -199,11 +199,6 @@ struct GNUNET_MESH_Poll
199 * OID of the tunnel 199 * OID of the tunnel
200 */ 200 */
201 struct GNUNET_PeerIdentity oid; 201 struct GNUNET_PeerIdentity oid;
202
203 /**
204 * Last ACK received.
205 */
206 uint32_t last_ack;
207}; 202};
208 203
209/** 204/**