mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-03 08:30:00 +00:00
ext. metric server: workaround stupid MTU problem..
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
5c77a34f08
commit
45dbb18177
@ -69,7 +69,7 @@ sub _disconnect {
|
||||
# UDP cannot do more than 64k at once. Overwrite for different protocol limits.
|
||||
sub _send_batch_size {
|
||||
my ($class, $cfg) = @_;
|
||||
return 48000;
|
||||
return 1200; # FIXME: why??? MTU fragmentation should be handled by layer2
|
||||
}
|
||||
|
||||
# call with the smalles $data chunks possible
|
||||
|
Loading…
Reference in New Issue
Block a user