projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14edce5
)
Revert "Proposal fix for large "MaxPacketSize" use."
author
Florian Forster
<octo@collectd.org>
Sat, 31 Mar 2012 15:27:14 +0000
(17:27 +0200)
committer
Florian Forster
<octo@collectd.org>
Sat, 31 Mar 2012 15:27:14 +0000
(17:27 +0200)
This reverts commit
12213f8dfeee3feb3846aa658def0bb79c1211d0
.
src/network.c
patch
|
blob
|
history
diff --git
a/src/network.c
b/src/network.c
index
339a501
..
34cd1c0
100644
(file)
--- a/
src/network.c
+++ b/
src/network.c
@@
-2775,7
+2775,7
@@
static int network_write (const data_set_t *ds, const value_list_t *vl,
ERROR ("network plugin: Unable to append to the "
"buffer for some weird reason");
}
- else if (
send_buffer_fill >= 1452 -
15)
+ else if (
(network_config_packet_size - send_buffer_fill) <
15)
{
flush_buffer ();
}