GetHttpInfoPort return peer`s httpinfo port
()
| 298 | |
| 299 | //GetHttpInfoPort return peer`s httpinfo port |
| 300 | func (this *Peer) GetHttpInfoPort() uint16 { |
| 301 | return this.base.GetHttpInfoPort() |
| 302 | } |
| 303 | |
| 304 | //SetHttpInfoPort set peer`s httpinfo port |
| 305 | func (this *Peer) SetHttpInfoPort(port uint16) { |
nothing calls this directly
no test coverage detected