You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
similar to aix IBM i does not support certain network flags
we are getting the following build errors:
```
../deps/ngtcp2/ngtcp2/examples/shared.cc:68:63: error: 'IPTOS_ECN_MASK' was not declared in this scope
68 | return *reinterpret_cast<uint8_t *>(CMSG_DATA(cmsg)) & IPTOS_ECN_MASK;
| ^~~~~~~~~~~~~~
../deps/ngtcp2/ngtcp2/examples/shared.cc:80:22: error: 'IPTOS_ECN_MASK' was not declared in this scope
80 | return tos & IPTOS_ECN_MASK;
| ^~~~~~~~~~~~~~
```
0 commit comments