Initial implementation of source caching
Yet untested.
This commit is contained in:
parent
a72b0f7ae5
commit
e86d03dca2
10 changed files with 84 additions and 83 deletions
|
|
@ -205,7 +205,7 @@ func (device *Device) RemoveAllPeers() {
|
|||
func (device *Device) Close() {
|
||||
device.RemoveAllPeers()
|
||||
close(device.signal.stop)
|
||||
ListeningClose(device)
|
||||
CloseUDPListener(device)
|
||||
}
|
||||
|
||||
func (device *Device) WaitChannel() chan struct{} {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue