summaryrefslogtreecommitdiffstats
path: root/sbin/hastd/proto_tcp4.c
Commit message (Expand)AuthorAgeFilesLines
* The proto API is a general purpose API, so don't use 'hast' in structures orpjd2011-03-221-18/+21
* White space cleanups.pjd2011-03-221-1/+1
* In hast.conf we define the other node's address in 'remote' variable.pjd2011-03-211-6/+27
* Use %S to print IP address and port number.pjd2011-03-071-18/+2
* - Rename proto_descriptor_{send,recv}() functions topjd2011-02-021-8/+52
* Add proto_connect_wait() to wait for connection to finish.pjd2011-02-021-9/+43
* Allow to specify connection timeout by the caller.pjd2011-02-021-2/+3
* Do not set socket send and receive buffer. It will be auto-tuned.pjd2011-02-011-14/+4
* - Use pjdlog for assertions and aborts as this will log assert/abort messagepjd2011-01-311-29/+28
* Make comment more readable.pjd2010-08-271-2/+2
* The 'size' variable is there to limit how many bytes we want to copy frompjd2010-08-161-2/+1
* Assert that various buffers we are large enough.pjd2010-08-051-5/+7
* Now that TCP will be checked last we don't need any knowledge about otherpjd2010-08-051-5/+6
* Add an argument to the proto_register() function which allows protocol topjd2010-08-051-1/+1
* Default connection timeout is way too long. To make it shorter we have topjd2010-04-291-3/+75
* Please welcome HAST - Highly Avalable Storage.pjd2010-02-181-0/+447
OpenPOWER on IntegriCloud