| 75 | return ActiveType{INTEGER}; // never a problem, just return the type. |
| 76 | } |
| 77 | Feature |
| 78 | Ex_inbound_txn_count::extract(Context &ctx, Spec const &) |
| 79 | { |
| 80 | return feature_type_for<INTEGER>(ctx.inbound_ssn().txn_count()); |
| 81 | } |
| 82 | /* ------------------------------------------------------------------------------------ */ |
| 83 | /// Extract the SNI name from the inbound session. |
| 84 | class Ex_inbound_sni : public Extractor |
no test coverage detected