aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_api.c')
-rw-r--r--src/transport/test_transport_api.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/transport/test_transport_api.c b/src/transport/test_transport_api.c
index 191219107..9cc769ef1 100644
--- a/src/transport/test_transport_api.c
+++ b/src/transport/test_transport_api.c
@@ -50,7 +50,7 @@
50/** 50/**
51 * How long until we give up on transmitting the message? 51 * How long until we give up on transmitting the message?
52 */ 52 */
53#define TIMEOUT_TRANSMIT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60) 53#define TIMEOUT_TRANSMIT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30)
54 54
55#define MSIZE 2600 55#define MSIZE 2600
56 56
@@ -88,7 +88,6 @@ char *cfg_file_p2;
88#define OKPP do { ok++; } while (0) 88#define OKPP do { ok++; } while (0)
89#endif 89#endif
90 90
91
92static void 91static void
93end () 92end ()
94{ 93{
@@ -205,7 +204,7 @@ notify_ready (void *cls, size_t size, void *buf)
205 } 204 }
206 205
207 char *ps = GNUNET_strdup (GNUNET_i2s (&p2->id)); 206 char *ps = GNUNET_strdup (GNUNET_i2s (&p2->id));
208 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 207 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
209 "Peer %u (`%4s') sending message with type %u and size %u bytes to peer %u (`%4s')\n", 208 "Peer %u (`%4s') sending message with type %u and size %u bytes to peer %u (`%4s')\n",
210 p2->no, ps, ntohs (hdr->type), ntohs (hdr->size), p->no, 209 p2->no, ps, ntohs (hdr->type), ntohs (hdr->size), p->no,
211 GNUNET_i2s (&p->id)); 210 GNUNET_i2s (&p->id));