On Fri, Sep 09, 2011 at 03:05:26AM +0200, pablo(a)gnumonks.org wrote:
From: Pablo Neira Ayuso <pablo(a)gnumonks.org>
Hi,
These patchset contains the port of libctrl to use the IPA
infrastructure available in libosmo-abis.
I've also made one small cleanup to bail out in case that
we cannot bind to the telnet port. Another patch follows up
to avoid disabling nagle (to avoid problems with TCP
segmentation, we still have to support this appropriately),
I noticed this while doing the port work.
Pablo Neira Ayuso (3):
ctrl: use generic IPA socket infrastructure available in libosmo-abis
src: check for error returned by controlif_setup()
ctrl: do not disable nagle algorithm until we fully support
segmentation
I forgot to say that they are available in the pablo/ctrl-updates
branch.
BTW, I have used the following command line interactive client to test
the changes. I made it because I wanted to test the IPA socket
infrastructure from the client side. Just in case you find it of any
use. You can find it attached.