NS_SENT
state->kflags[key] |= NS_SENT;
bool sent = (state->kflags[key] & NS_SENT) != 0;
#define TX(state, key) (state->kflags [key] & NS_SENT)