Skip to content

Commit

Permalink
clarify re UDP
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Dec 4, 2024
1 parent 74def11 commit 8c1ca6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/explanations/epics_protocols.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Experiments with Channel Access servers running in containers reveal:
Specification <https://docs.epics-controls.org/en/latest/pv-access/Protocol-Messages.html>.

Experimentation with PV Access servers running in containers reveal:
- Port Mapping for PVA always fails because PVA servers open a new random port for each circuit and this is not NAT friendly.
- Port Mapping for PVA using UDP always fails because PVA servers open a new random port for each circuit and this is not NAT friendly.
- Using EPICS_PVA_NAME_SERVERS always works with Port Mapping
- But the client and server must both be PVXS
- To talk to a non PVXS server, a pvagw running in the same container network may be used.
Expand Down

0 comments on commit 8c1ca6d

Please sign in to comment.