()
| 459 | } |
| 460 | |
| 461 | func (t *TCPTransport) getAdvertisedAddr() string { |
| 462 | t.advertiseMu.RLock() |
| 463 | defer t.advertiseMu.RUnlock() |
| 464 | return t.advertiseAddr |
| 465 | } |
| 466 | |
| 467 | // WriteTo is a packet-oriented interface that fires off the given |
| 468 | // payload to the given address. |