aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo_client_network.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-21sock_src_init(): Don't freeaddrinfo() undefined src_resultHarald Welte1-1/+2
2017-01-17client: Allow to bind to a specific source_ipHolger Hans Peter Freyther1-1/+137
2016-11-09client: Tolerate an invalid pcap_handleHolger Hans Peter Freyther1-0/+6
2016-11-09client: disconnect before connecting the connectionHolger Hans Peter Freyther1-0/+2
2016-11-09client: Allow to stop and remove a connectionHolger Hans Peter Freyther1-7/+13
2016-11-09client: Allow to configure and connect multiple serversHolger Hans Peter Freyther1-7/+8
2016-11-09client: Enable a non-blocking connect to the PCAP serverHolger Hans Peter Freyther1-18/+38
2016-11-09client: Finish renaming client to conn in other places of the codeHolger Hans Peter Freyther1-19/+19
2016-11-09client: Prepare to have multiple server connectionsHolger Hans Peter Freyther1-44/+45
2016-09-08client: Initial support for TLS in the clientHolger Hans Peter Freyther1-2/+34
2016-09-08client: Add API function to close and re-connect network connectionHolger Hans Peter Freyther1-0/+5
2016-08-19client: Additional counters for the statisticsHolger Hans Peter Freyther1-0/+1
2016-08-18client: First round of statistics in the pcap clientHolger Hans Peter Freyther1-1/+8
2016-05-03freebsd: Another fix for the next fileHolger Hans Peter Freyther1-0/+1
2015-12-03client: Deal with external representation for pcap filesHolger Hans Peter Freyther1-3/+6
2015-12-03client: Allow receiving jumbo frames on the client as wellHolger Hans Peter Freyther1-2/+9
2011-07-19Catch up with API change in osmo_sock_initDaniel Willmann1-1/+1
2011-06-01wireformat: Send the length in the network order..Holger Hans Peter Freyther1-2/+2
2011-05-31osmo-pcap-client: Connect to a server, send the data to itHolger Hans Peter Freyther1-0/+184