aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_connection_timeout.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-07-02 13:00:36 +0000
committerNathan S. Evans <evans@in.tum.de>2010-07-02 13:00:36 +0000
commit4a789496f1b7a453c247b99994839e759155e7b9 (patch)
treefde32cd4adcc5e95d60a196ab692e8a578d26fb6 /src/util/test_connection_timeout.c
parent1d938adb4c5c015d6bdef0047177641c808746b7 (diff)
downloadgnunet-4a789496f1b7a453c247b99994839e759155e7b9.tar.gz
gnunet-4a789496f1b7a453c247b99994839e759155e7b9.zip
remove max buffer size from everywhere in util
Diffstat (limited to 'src/util/test_connection_timeout.c')
-rw-r--r--src/util/test_connection_timeout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/test_connection_timeout.c b/src/util/test_connection_timeout.c
index b7a1ea94e..5291ad3c4 100644
--- a/src/util/test_connection_timeout.c
+++ b/src/util/test_connection_timeout.c
@@ -107,10 +107,10 @@ task_timeout (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
107{ 107{
108 108
109 ls = open_listen_socket (); 109 ls = open_listen_socket ();
110 lsock = GNUNET_CONNECTION_create_from_existing (tc->sched, ls, 0); 110 lsock = GNUNET_CONNECTION_create_from_existing (tc->sched, ls);
111 GNUNET_assert (lsock != NULL); 111 GNUNET_assert (lsock != NULL);
112 csock = GNUNET_CONNECTION_create_from_connect (tc->sched, cfg, 112 csock = GNUNET_CONNECTION_create_from_connect (tc->sched, cfg,
113 "localhost", PORT, 1024); 113 "localhost", PORT);
114 GNUNET_assert (csock != NULL); 114 GNUNET_assert (csock != NULL);
115 GNUNET_assert (NULL != 115 GNUNET_assert (NULL !=
116 GNUNET_CONNECTION_notify_transmit_ready (csock, 116 GNUNET_CONNECTION_notify_transmit_ready (csock,