Commit eee839f
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 130bbc8 commit eee839f
1 file changed
Lines changed: 12 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
106 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
107 | 116 | | |
108 | 117 | | |
109 | 118 | | |
| |||
0 commit comments