aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-31 11:47:36 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-31 11:47:36 +0000
commit4beecb7f68aa61b61740c60716b0d6050bde41b6 (patch)
treec090b2c674e424248462688aaa1a6d4dec81ea18 /src/transport/gnunet-service-transport.c
parent5f82e83b7ae5ff15751dcd7ebf658fb2be31771c (diff)
downloadgnunet-4beecb7f68aa61b61740c60716b0d6050bde41b6.tar.gz
gnunet-4beecb7f68aa61b61740c60716b0d6050bde41b6.zip
dead
Diffstat (limited to 'src/transport/gnunet-service-transport.c')
-rw-r--r--src/transport/gnunet-service-transport.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c
index ef9068c9b..a39cc0867 100644
--- a/src/transport/gnunet-service-transport.c
+++ b/src/transport/gnunet-service-transport.c
@@ -121,8 +121,7 @@ process_hello_update (void *cls, const struct GNUNET_MessageHeader *hello)
121 * We received some payload. Prepare to pass it on to our clients. 121 * We received some payload. Prepare to pass it on to our clients.
122 * 122 *
123 * @param peer (claimed) identity of the other peer 123 * @param peer (claimed) identity of the other peer
124 * @param message the message, NULL if we only care about 124 * @param message the message, never NULL
125 * learning about the delay until we should receive again -- FIXME!
126 * @param ats performance information 125 * @param ats performance information
127 * @param ats_count number of records in ats 126 * @param ats_count number of records in ats
128 * @return how long the plugin should wait until receiving more data 127 * @return how long the plugin should wait until receiving more data
@@ -145,8 +144,6 @@ process_payload (const struct GNUNET_PeerIdentity *peer,
145 do_forward = GNUNET_SYSERR; 144 do_forward = GNUNET_SYSERR;
146 ret = 145 ret =
147 GST_neighbours_calculate_receive_delay (peer, 146 GST_neighbours_calculate_receive_delay (peer,
148 (message ==
149 NULL) ? 0 :
150 msg_size, 147 msg_size,
151 &do_forward); 148 &do_forward);
152 149