bep46.go 129 B

123456789
  1. package krpc
  2. import (
  3. "github.com/anacrolix/torrent/metainfo"
  4. )
  5. type Bep46Payload struct {
  6. Ih metainfo.Hash `bencode:"ih"`
  7. }