go-ndn / nfd

NDN forwarder
GNU General Public License v2.0
6 stars 0 forks source link

UDP listener: unexpected address type #1

Closed yoursunny closed 9 years ago

yoursunny commented 9 years ago

Steps to reproduce:

  1. modify nfd.json, set Listen[].Network to "udp"
  2. run nfd with modified nfd.json

Expected: go-nfd listens on UDP port 6363 Actual: go-nfd terminates with [core] listen udp :6363: unexpected address type :6363

taylorchu commented 9 years ago

go-ndn will eventually support udp. It is not urgent.

taylorchu commented 9 years ago

Now the go-ndn client should support packet-oriented connection, but I will do the rest this weekend.

https://github.com/go-ndn/tlv/commit/cede9a1011cad336da24f43e6504c8aba1ce1e47

taylorchu commented 9 years ago

go-ndn/packet is created for this.