```typescript
import { type Http2Session } from "node:node__http2.d.ts";
```
Indicates whether the `Http2Session` is currently waiting for acknowledgment of
a sent `SETTINGS` frame. Will be `true` after calling the `http2session.settings()` method.
Will be `false` once all sent `SETTINGS` frames have been acknowledged.