[reSIProcate-users] reTurn code
I saw the discussion about reTurn client
When I was doing the autotools setup I noticed that the libreTurnClient
code links with some files from the reTurn server directory, e.g.
in reTurn/client/Makefile.am:
libreTurnClient_la_SOURCES = \
../AsyncSocketBase.cxx \
../AsyncTcpSocketBase.cxx \
../AsyncTlsSocketBase.cxx \
../AsyncUdpSocketBase.cxx \
../ChannelManager.cxx \
../DataBuffer.cxx \
../RemotePeer.cxx \
../ReTurnSubsystem.cxx \
../StunMessage.cxx \
../StunTuple.cxx \
....
Maybe those should be compiled into a shared library that is used by
both the client library and server binary, somebody would be welcome to
create a patch for that.