| 382 | [[nodiscard]] virtual int FD() const = 0; // This needs the txnp from the Context |
| 383 | |
| 384 | [[nodiscard]] struct sockaddr const * |
| 385 | Socket() |
| 386 | { |
| 387 | _ensure_initialized(this); |
| 388 | return TSNetVConnRemoteAddrGet(_vc); |
| 389 | } |
| 390 | |
| 391 | [[nodiscard]] cripts::IP |
| 392 | IP() |
nothing calls this directly
no test coverage detected