GetStreams returns all open streams over this conn.
@override Future<List<P2PStream>> get streams async { return []; // No streams at this layer }