< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate-users] reTurn code


Daniel,

Excellent idea!

Can someone do us a favor to patch the configuration files so libreTurnClient shared library can be built? The reTurn/client/Makefile is created after the USE_SSL is enabled or ./configure --with-ssl, however, the shared library is still not built and installed.

Tom

-----Original Message----- From: Daniel Pocock
Sent: Wednesday, May 4, 2016 2:40 AM
To: resiprocate-users@xxxxxxxxxxxxxxx
Subject: [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.
_______________________________________________
resiprocate-users mailing list
resiprocate-users@xxxxxxxxxxxxxxx
List Archive: http://list.resiprocate.org/archive/resiprocate-users/