Skip to content

Add 'serve_full', analogous to request_full.#159

Merged
jamesmunns merged 1 commit intojamesmunns:mainfrom
MakerPnP:add-serve-full-1
Nov 10, 2025
Merged

Add 'serve_full', analogous to request_full.#159
jamesmunns merged 1 commit intojamesmunns:mainfrom
MakerPnP:add-serve-full-1

Conversation

@hydra
Copy link
Copy Markdown
Collaborator

@hydra hydra commented Nov 10, 2025

The use-case is where you need to request that a unicast message is sent to a specific port on the source address. sending unicast messages requires a complete address, but in serve the source address is not available. with serve_full the source address is in the header; so an address for unicasting can be constructed from the source address but with the port substituted by the port in the message T.

* the use-case is where you need to request that a unicast message is sent to a specific port on the source address.  sending unicast messages requires a complete address, but in `serve` the source address is not available. with `serve_full` the source address is in the header; so an address for unicasting can be constructed from the source address but with the port substituted by the port in the message `T`.
@jamesmunns jamesmunns merged commit 8adb0cf into jamesmunns:main Nov 10, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants