()
| 138 | } |
| 139 | |
| 140 | function newConnState(): ConnState { |
| 141 | return { |
| 142 | connectBuf: Buffer.alloc(0), |
| 143 | pending: [], |
| 144 | wsOpen: false, |
| 145 | established: false, |
| 146 | closed: false, |
| 147 | } |
| 148 | } |
| 149 | |
| 150 | /** |
| 151 | * Start the relay. Returns the ephemeral port it bound and a stop function. |
no outgoing calls
no test coverage detected