Commit 558a70c
Document the WebSocket-only constraint on segment size
The storeAndForwardMaxSegmentBytes javadoc omitted the "WebSocket
transport only" sentence that storeAndForwardDir,
storeAndForwardDurability and storeAndForwardMaxTotalBytes all carry,
even though the setter throws for HTTP, TCP and UDP.
The javadoc now states that constraint, names sf_max_segment_bytes so
a reader can connect the builder method to the connect-string key, and
documents the parameter. It gives the default as a plain 4 MiB rather
than as DEFAULT_SEGMENT_BYTES, a private constant that resolves to
nothing in published javadoc. The paragraph is re-flowed to the
surrounding width.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 627327b commit 558a70c
1 file changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2770 | 2770 | | |
2771 | 2771 | | |
2772 | 2772 | | |
2773 | | - | |
2774 | | - | |
2775 | | - | |
2776 | | - | |
| 2773 | + | |
| 2774 | + | |
| 2775 | + | |
| 2776 | + | |
| 2777 | + | |
| 2778 | + | |
2777 | 2779 | | |
2778 | 2780 | | |
2779 | 2781 | | |
| |||
0 commit comments