Session management setup and RTP network transmission
Created the Session class that will be used to manage RTP sessions. Currently all it does is send RTP packets, but it should be reasonably trivial to set up a loop that interacts with IO and the Opus stuff.
Did a lot of refactoring of the RTP classes in this. Had to switch to using uint8_t vectors instead of strings for everything, because of that one string bug.