()
| 86 | } |
| 87 | |
| 88 | func (m *Package) GetReplyFlag() bool { |
| 89 | if m != nil { |
| 90 | return m.ReplyFlag |
| 91 | } |
| 92 | return false |
| 93 | } |
| 94 | |
| 95 | type ID struct { |
| 96 | // public_key of the peer (we no longer use the public key as the peer ID, but use it to verify messages) |