void PluginVCCore::kill_no_connect() Called to kill the PluginVCCore when the connect call hasn't been made yet
| 1145 | // connect call hasn't been made yet |
| 1146 | // |
| 1147 | void |
| 1148 | PluginVCCore::kill_no_connect() |
| 1149 | { |
| 1150 | ink_assert(!connected); |
| 1151 | ink_assert(!active_vc.closed); |
| 1152 | active_vc.do_io_close(); |
| 1153 | } |
| 1154 | |
| 1155 | void |
| 1156 | PluginVCCore::set_passive_addr(in_addr_t ip, int port) |