Improve handling of TCP socket

This commit is contained in:
2026-03-05 20:40:51 +01:00
parent a53635b1ac
commit 574e83315f
10 changed files with 110 additions and 19 deletions

View File

@@ -7,7 +7,7 @@ TCP image stream configuration for Jungfraujoch software. This structure is used
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**send_buffer_size** | **int** | Send buffer size for TCP/IP socket | [optional]
**addr** | **str** | tcp://<IP address>:<port> 0.0.0.0 instead of IP address is accepted and means listening on all network interfaces |
**image_socket** | **str** | tcp://<IP address>:<port> 0.0.0.0 instead of IP address is accepted and means listening on all network interfaces | [optional]
**nwriters** | **int** | Number of TCP/IP writers to be used for streaming images | [optional] [default to 32]
## Example