ProxyMapper returns the ephemeral ip:port mapper.
()
| 193 | |
| 194 | // ProxyMapper returns the ephemeral ip:port mapper. |
| 195 | func (s *System) ProxyMapper() *proxymap.Mapper { |
| 196 | return &s.proxyMap |
| 197 | } |
| 198 | |
| 199 | // UserMetricsRegistry returns the system usermetrics. |
| 200 | func (s *System) UserMetricsRegistry() *usermetric.Registry { |
no outgoing calls