| 1337 | } |
| 1338 | |
| 1339 | TS_INLINE void |
| 1340 | UnixNetVConnection::set_default_inactivity_timeout(ink_hrtime timeout_in) |
| 1341 | { |
| 1342 | Dbg(dbg_ctl_socket, "Set default inactive timeout=%" PRId64 ", for NetVC=%p", timeout_in, this); |
| 1343 | default_inactivity_timeout_in = timeout_in; |
| 1344 | } |
| 1345 | |
| 1346 | TS_INLINE bool |
| 1347 | UnixNetVConnection::is_default_inactivity_timeout() |
no outgoing calls
no test coverage detected