aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_local.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-10-18 02:23:43 +0000
committerBart Polot <bart@net.in.tum.de>2013-10-18 02:23:43 +0000
commit28653a4922fd5a2d8fb7f72d799c9e79a2400abe (patch)
tree6512c6305a85783ff40fef1b4a405084a44cc98a /src/mesh/gnunet-service-mesh_local.c
parentb77d61f1ee16dca21c147e09623abe9c121667b7 (diff)
downloadgnunet-28653a4922fd5a2d8fb7f72d799c9e79a2400abe.tar.gz
gnunet-28653a4922fd5a2d8fb7f72d799c9e79a2400abe.zip
- flow control changes and fixes
Diffstat (limited to 'src/mesh/gnunet-service-mesh_local.c')
-rw-r--r--src/mesh/gnunet-service-mesh_local.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesh/gnunet-service-mesh_local.c b/src/mesh/gnunet-service-mesh_local.c
index 67d4690e5..9b868124a 100644
--- a/src/mesh/gnunet-service-mesh_local.c
+++ b/src/mesh/gnunet-service-mesh_local.c
@@ -555,8 +555,8 @@ handle_ack (void *cls, struct GNUNET_SERVER_Client *client,
555 return; 555 return;
556 } 556 }
557 557
558 /* If client is root, the ACK is going FWD, therefore this is "BCK". */ 558 /* If client is root, the ACK is going FWD, therefore this is "BCK ACK". */
559 /* If client is dest, the ACK is going BCK, therefore this is "FWD" */ 559 /* If client is dest, the ACK is going BCK, therefore this is "FWD ACK" */
560 fwd = chid >= GNUNET_MESH_LOCAL_CHANNEL_ID_SERV; 560 fwd = chid >= GNUNET_MESH_LOCAL_CHANNEL_ID_SERV;
561 561
562 GMCH_handle_local_ack (ch, fwd); 562 GMCH_handle_local_ack (ch, fwd);