• Skip navigation
  • Skip to navigation
  • Skip to the bottom
Simulate organization breadcrumb open Simulate organization breadcrumb close
FAUbox
  • FAUTo the central FAU website
Suche öffnen
  • Deutsch
  • Campo
  • StudOn
  • FAUdir
  • Jobs
  • Map
  • Help

FAUbox

Navigation Navigation close
  • FAUbox Documentation
    • Glossary
    • FAUbox Account Lifecycle
    • FAUbox Features
    • Desktop Client Guide
      • Installing on Windows
      • Installing on macOS
      • Installing on Linux
      • Users Guide
      • Troubleshooting
    • Cloud Guide
      • Getting started
      • Users guide
    • FAUbox Mobile Apps
      • Working with the FAUbox on an Android device
      • Working with the FAUbox on an iOS device
    • Known issues
    • FAUbox-Extensions
      • Storage capacity expansion
      • Setting up a ‘Function’ FAUbox
      • FAUbox Add-Ons
    • Projects with external partners
    • Support for congresses
    • Security and Privacy
    • PowerFolder Outlook Add-In Guide
    Portal FAUbox Documentation
  • How-to articles
  • FAQs
  • FAUbox Hotline
  • FAUbox
  • Folder management
  1. Home
  2. Desktop Client Guide
  3. Users Guide
  4. Configuring Client Settings
  5. Network Configuration
  6. Tuning Low-Level Network Settings

Tuning Low-Level Network Settings

In page navigation: Desktop Client Guide
  • Client Log Files
  • Installation Guide
  • Troubleshooting
  • Users Guide
    • A quick glance over the desktop client
    • Accepting/ Declining a Folder Invitation
    • Accessing FAUbox folders via WebDAV
    • Configuring Client Settings
      • Configuring Conflict Handling
      • Configuring DynDNS
      • Configuring the Settings of the Synchronization Pause
      • Configuring the Transfer Mode
      • Configuring Warnings and Notifications
      • Enabling Expert Mode
      • File Archive Configuration
      • Network Configuration
        • Configuring Bandwidth Limits
        • Configuring Connection Modes
        • Configuring Delta Sync
        • Configuring Multi-Source Downloads
        • Configuring Network Interfaces and Ports
        • Configuring ZIP Compression
        • Enabling On-Demand Connections
        • Tuning Low-Level Network Settings
        • Using Relay Transfers
        • Using UDT Connections
      • Optimizing the Client Performance
      • Starting minimized
    • Configuring the Folder Basepath
    • Creating a top-level Folder via Client
    • Deleting a Toplevel Folder via Client
    • Editing Folders and Files via the File System
    • Excluding Files or Directories
    • Getting started
    • Managing folder members
    • Moving the Folder Basepath of the FAUbox Client
    • Reading the Synchronization Status via File System
    • Restoring File Versions
    • Running as a Windows System Service
    • Secure Files with End-to-End Encryption (E2EE) using Cryptomator
    • Sharing Folders and Files via Client
    • Stopping the Folder Synchronization
    • Synchronizing a shared folder
    • Using command line parameters

Tuning Low-Level Network Settings

This article describes how to tune the low-level TCP and UDT network settings of the client to achieve higher transfer rates or to optimize the client to your network.


The settings described in this article require a basic understanding of the IP protocol stack, therefore you shouldn’t try to change it, if you are lacking experience. Furthermore, we also recommend to read the article about TCP Tuning on Wikipedia before proceeding.

 

1. To tune the TCP/UDT Socket Buffer Size:

You can check and control the TCP send and receive buffer (SO_RCVBUF/SO_SNDBUF) by adding the entries below to the Client Configuration File:

# TCP and UDT connections
net.socket.internet.buffer.size=16384
net.socket.lan.buffer.size=65536
# UDT Connections only
net.socket.internet.buffer.limit=262144
net.socket.lan.buffer.limit=1048576

 

2. To tune the Chunk Size and Queue:

Files get transferred over the network in small packets called file chunks. These chunks contain a certain amount of data (e.g. 32KB) transferred as one to a remote device. If the client requests multiple chunks at once from the remote device, they will be  stored in a queue.

2.1 Configuring the maximum Size of a File Chunk:

To configure the maximum size of a file chunk, enter the following command:

transfers.max.file.chunk.size=32768

 

2.2 Configuring the maximum Number of File Chunks in the Queue:

To configure the maximum file chunk queue size, enter the following command:

transfers.max.requested.queued=15

Regionales Rechenzentrum Erlangen
Martensstraße 1
91058 Erlangen
  • Imprint
  • Privacy
  • Accessibility
  • Facebook
  • RSS Feed
  • Twitter
Up