mirror of https://github.com/aria2/aria2
Moved PeerConnection.{h,cc} to BitTorrent resources
parent
63325cfd06
commit
4ff29f802f
|
@ -131,7 +131,6 @@ SRCS = Socket.h\
|
||||||
PeerSessionResource.cc PeerSessionResource.h\
|
PeerSessionResource.cc PeerSessionResource.h\
|
||||||
BtRegistry.cc BtRegistry.h\
|
BtRegistry.cc BtRegistry.h\
|
||||||
MultiFileAllocationIterator.cc MultiFileAllocationIterator.h\
|
MultiFileAllocationIterator.cc MultiFileAllocationIterator.h\
|
||||||
PeerConnection.cc PeerConnection.h\
|
|
||||||
ByteArrayDiskWriter.cc ByteArrayDiskWriter.h\
|
ByteArrayDiskWriter.cc ByteArrayDiskWriter.h\
|
||||||
ByteArrayDiskWriterFactory.cc ByteArrayDiskWriterFactory.h\
|
ByteArrayDiskWriterFactory.cc ByteArrayDiskWriterFactory.h\
|
||||||
DownloadContext.cc DownloadContext.h\
|
DownloadContext.cc DownloadContext.h\
|
||||||
|
@ -326,6 +325,7 @@ SRCS += PeerAbstractCommand.cc PeerAbstractCommand.h\
|
||||||
PeerInitiateConnectionCommand.cc PeerInitiateConnectionCommand.h\
|
PeerInitiateConnectionCommand.cc PeerInitiateConnectionCommand.h\
|
||||||
PeerInteractionCommand.cc PeerInteractionCommand.h\
|
PeerInteractionCommand.cc PeerInteractionCommand.h\
|
||||||
Peer.cc Peer.h\
|
Peer.cc Peer.h\
|
||||||
|
PeerConnection.cc PeerConnection.h\
|
||||||
PeerListenCommand.cc PeerListenCommand.h\
|
PeerListenCommand.cc PeerListenCommand.h\
|
||||||
RequestSlot.cc RequestSlot.h\
|
RequestSlot.cc RequestSlot.h\
|
||||||
TrackerWatcherCommand.cc TrackerWatcherCommand.h\
|
TrackerWatcherCommand.cc TrackerWatcherCommand.h\
|
||||||
|
|
Loading…
Reference in New Issue