# Slow Upload Speed When Connecting Over LAN

### What's the issue?

When sending attachments via BlueBubbles, upload speeds are incredibly slow when connected over your LAN (localhost/local IP)

### What's the cause?

This issue only occurs in VMware deployments with `vmxnet3` is used as the network adapter.

### What's the fix?

To fix this issue, you just need to disable "TCP Segment Offload (TSO)" on your Mac.

1. Open `Terminal` on your Mac
2. Run the following command: `sudo sysctl -w net.inet.tcp.tso=0`
3. Create the following file (if not created): `/etc/sysctl.conf`
4. Add the following line to the `sysctl.conf` file: `net.inet.tcp.tso=0`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bluebubbles.app/server/troubleshooting-guides/slow-upload-speed-when-connecting-over-lan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
