moved rtp stuff to anyrtpproxy and removed it from anytun
commit15f39d4112e13a65bc95aad3b8296a435a6f58fb
authorotti <otti@2edecd69-f0ce-4815-94af-351a89d40aaa>
Mon, 12 Jan 2009 20:53:14 +0000 (12 20:53 +0000)
committerotti <otti@2edecd69-f0ce-4815-94af-351a89d40aaa>
Mon, 12 Jan 2009 20:53:14 +0000 (12 20:53 +0000)
treef0b0f1199c0946bca98ed3373191a5a991bd2229
parent3c9a8cf51770f38bdca003b6ed8e3d6a352ac3a9
moved rtp stuff to anyrtpproxy and removed it from anytun

git-svn-id: https://anytun.org/svn/anytun@667 2edecd69-f0ce-4815-94af-351a89d40aaa
14 files changed:
src/Makefile
src/anyrtpproxy/Makefile
src/anyrtpproxy/anyrtpproxy.cpp
src/anyrtpproxy/commandHandler.cpp
src/anyrtpproxy/rtpSession.cpp [moved from src/rtpSession.cpp with 98% similarity]
src/anyrtpproxy/rtpSession.h [moved from src/rtpSession.h with 99% similarity]
src/anyrtpproxy/rtpSessionTable.cpp [moved from src/rtpSessionTable.cpp with 98% similarity]
src/anyrtpproxy/rtpSessionTable.h [moved from src/rtpSessionTable.h with 97% similarity]
src/anyrtpproxy/syncRtpCommand.cpp [moved from src/syncRtpCommand.cpp with 100% similarity]
src/anyrtpproxy/syncRtpCommand.h [moved from src/syncRtpCommand.h with 98% similarity]
src/syncCommand.cpp
src/syncCommand.h
src/syncOnConnect.hpp
src/syncTcpConnection.cpp [copied from src/syncCommand.cpp with 64% similarity]