summaryrefslogtreecommitdiff
path: root/lib/stream.h
Commit message (Expand)AuthorAgeFilesLines
* stream: Add record/replay functionality.Ilya Maximets2021-06-071-0/+12
* stream: Allow timeout configuration for open_block.Ilya Maximets2019-01-101-1/+1
* socket-util: Make inet_parse_active() and inet_parse_passive() more alike.Ben Pfaff2018-04-161-1/+1
* stream: store stream peer id with stream stateLance Richardson2017-05-041-0/+2
* lib: Remove unused function prototypesAndy Zhou2016-02-121-4/+0
* stream: Eliminate pstream_set_dscp().Ben Pfaff2015-02-201-2/+1
* lib: Clean up vlog use.Jarno Rajahalme2014-10-241-1/+2
* Add IPv6 support for OpenFlow, OVSDB, NetFlow, and sFlow.Arun Sharma2014-02-061-1/+1
* Don't differentiate between TCP and SSL ports for OpenFlow and OVSDB.Justin Pettit2013-10-011-12/+9
* ovsdb-server: Announce bound listening ports as status:bound_port.Ben Pfaff2013-04-181-1/+3
* pstream: Add set_dscp method.Isaku Yamahata2012-09-261-0/+1
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* stream: By default disable probing on unix sockets.Ethan Jackson2012-04-121-0/+1
* Allow configuring DSCP on controller and manager connections.Mehak Mahajan2012-03-231-4/+6
* vswitchd: In-band rules for Controller are missing after executing force-relo...Ansis Atteka2011-12-191-1/+6
* stream: Make stream_report_content() tolerate negative size.Ben Pfaff2011-02-231-2/+3
* Convert stream and vconn interfaces to use ovs_be16, ovs_be32.Ben Pfaff2010-11-291-4/+5
* vlog: Make the vlog module catalog program-specific.Ben Pfaff2010-07-211-1/+1
* Diagnose attempts to connect the wrong protocol to a network port.Ben Pfaff2010-05-111-0/+13
* stream: Fix typo in comment.Ben Pfaff2010-04-201-1/+1
* vconn-stream: Factor out port defaults into public helper functions.Ben Pfaff2010-04-121-0/+11
* stream: Generalize stream_open_block().Ben Pfaff2010-04-121-1/+1
* stream: New functions stream_verify_name() and pstream_verify_name().Ben Pfaff2010-04-121-1/+3
* stream: Remove spurious #includes from header file.Ben Pfaff2010-01-061-3/+0
* Add SSL support to "stream" library and OVSDB.Ben Pfaff2010-01-061-1/+1
* stream: Add stream_run(), stream_run_wait() functions.Ben Pfaff2010-01-061-0/+3
* stream: New function pstream_accept_block().Ben Pfaff2009-11-121-0/+1
* stream: New library for bidirectional streams (e.g. TCP, SSL, Unix sockets).Ben Pfaff2009-11-041-0/+62