K 10 svn:author V 5 riggs K 8 svn:date V 27 2020-11-27T21:40:14.810809Z K 7 svn:log V 609 net/liveMedia: update to 2020.11.26 2020.11.26: - We now use a "struct sockaddr_storage" rather than a "struct sockaddr_in" for the 'client address' field in the ("GenericMediaServer" and "RTSPServer") "ClientSession" class. 2020.11.25: - Updated readSocket(), Groupsock::handleRead(), and RTPInterface::handleRead() (and related functions) to take/return a "sockaddr_storage" (rather than a "sockaddr_in"), to prepare for eventual support for IPv6. - Added some basic logging code (from Jim Ham) to "RTSPServer.cpp". This code is #ifdef'd out by default. To enable it, define LOG_RTSPSERVER_ACCESS END