projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88b24f3
)
oops
author
Christian Grothoff
<christian@grothoff.org>
Tue, 14 Jun 2011 12:13:03 +0000
(12:13 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Tue, 14 Jun 2011 12:13:03 +0000
(12:13 +0000)
src/util/network.c
patch
|
blob
|
history
diff --git
a/src/util/network.c
b/src/util/network.c
index 38323311e4575d3f003dafc7488d0b4f37a5473e..49e50101ba8f750e77f670e6b7a71b34355ded92 100644
(file)
--- a/
src/util/network.c
+++ b/
src/util/network.c
@@
-565,14
+565,6
@@
GNUNET_NETWORK_socket_send (const struct GNUNET_NETWORK_Handle * desc,
flags |= MSG_NOSIGNAL;
#endif
- if ( (length > 200) && (0 == (3 & (long)buffer)) )
- {
- const struct GNUNET_MessageHeader *hdr = buffer;
- fprintf (stderr, "T: %u, S: %u\n",
- ntohs (hdr->type),
- ntohs (hdr->size));
- }
-
ret = send (desc->fd, buffer, length, flags);
#ifdef MINGW