check own network address
(addr string)
| 621 | |
| 622 | //check own network address |
| 623 | func (this *NetServer) IsOwnAddress(addr string) bool { |
| 624 | return addr == this.OwnAddress |
| 625 | } |
| 626 | |
| 627 | //Set own network address |
| 628 | func (this *NetServer) SetOwnAddress(addr string) { |