MCPcopy Create free account
hub / github.com/apache/trafficserver / set_transparent

Method set_transparent

src/proxy/PluginVC.cc:1191–1196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1189}
1190
1191void
1192PluginVCCore::set_transparent(bool passive_side, bool active_side)
1193{
1194 passive_vc.set_is_transparent(passive_side);
1195 active_vc.set_is_transparent(active_side);
1196}
1197
1198void
1199PluginVCCore::set_plugin_id(int64_t id)

Callers 1

TSHttpConnectTransparentFunction · 0.80

Calls 1

set_is_transparentMethod · 0.80

Tested by

no test coverage detected