# Week 11 | EPF-5 As continued from the previous weeks implemented the following: * yamux component for libP2P * ping * session * stream * Went through the swarm-codebase: * https://github.com/libp2p/go-libp2p-swarm ## Further roadmap * Complete remaining components for yamux mainly buffer pool (refactored). * Test and benchmark yamux. * Document design for swarm. * Start implementing swarm.