aboutsummaryrefslogtreecommitdiffstats
path: root/examples/ipa-stream-server.c
AgeCommit message (Collapse)AuthorFilesLines
2012-08-15src: shorter stream function namesPablo Neira Ayuso1-25/+25
%s/_client_conn_/_cli_/g %s/_server_conn_/_srv_/g %s/_client_/cli/g %s/server/srv/g %s/RECONFIG/RECONF/g %s/SERVER/SRV/g %s/CLIENT/CLI/g
2011-10-17examples: disable Nagle in ipa-stream-*.cPablo Neira Ayuso1-0/+11
To emulate how openBSC behaves.
2011-10-17ipa: initial addition of helper functions and examplesPablo Neira Ayuso1-0/+121
This patch adds IPA helper function that can be use on top of stream sockets. The current API is just a copy and paste from libosmo-abis, it will change in follow up patches to improve it.