Get

class Get(val target: Sha1Hash, val seq: Long? = null) : DhtMessage.Args

get {target, seq?}: BEP-44. seq limits the reply to newer mutable items.

Constructors

Link copied to clipboard
constructor(target: Sha1Hash, seq: Long? = null)

Properties

Link copied to clipboard
val seq: Long?
Link copied to clipboard