livepeer / go-livepeer-basicnet

Basic p2p video streaming for Livepeer
MIT License
18 stars 8 forks source link

hot fix network bug #11

Closed ericxtang closed 7 years ago

ericxtang commented 7 years ago

handleCancelReq had a bug (returning ErrProtocol when we weren't suppose to)

Also changed the network node to:

  1. Fix bug of forgetting to remove a stream when an error occurs.
  2. Remove the DHT bootstrapping logic, since we are not using the DHT anymore. It's making random connections in the network (could be good, but I think there is a better way to do the bootstrapping)