Commit e1d0396
committed
docs(connector): clarify MultitransportPending state vs wire behavior
The doc-comment on MultitransportPending described the connector as
"paused waiting for the application to establish UDP transport," which
reads as a spec-mandated TCP gate on UDP completion. Per review feedback,
real RDP traffic shows TCP and UDP negotiating in parallel, with UDP
completion functioning as a DVC migration signal rather than a TCP gate.
Rewrite the comment to describe the state as the connector's API yield
point (what it is) and add a paragraph describing the actual wire
behavior. State machine semantics unchanged.
Signed-off-by: Greg Lamberson <greg@lamco.io>1 parent c790f31 commit e1d0396
1 file changed
Lines changed: 12 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
104 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
105 | 114 | | |
106 | 115 | | |
107 | 116 | | |
| |||
0 commit comments