79743448

Date: 2025-08-22 13:34:37
Score: 1.5
Natty:
Report link

EUREKA!
file /components/zenoh-pico/include/zenoh-pico/config.h

**MUST ALTER**

```

#define Z_FRAG_MAX_SIZE 4096

#define Z_BATCH_UNICAST_SIZE 2048

#define Z_BATCH_MULTICAST_SIZE 2048

#define Z_CONFIG_SOCKET_TIMEOUT 5000

```

*MOST IMPORTANT* seems to be the line `Z_CONFIG_SOCKET_TIMEOUT 100`from 100 to 5000. Feel free to experiment with lower values (it seems to work with 1000).

Project is uploaded in github: https://github.com/georgevio/ESP32-Zenoh.git

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: George Violettas