summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/transport.h
Commit message (Collapse)AuthorAgeFilesLines
* transport shortcut b/w client and serverAnand V. Avati2009-05-071-0/+19
| | | | | | This patch makes the server pass back the transport pointer of the client. If the UUID matches, the client makes the local transport 'shortcut' with the remote transport (pointer received from server) The shortcut simulates a socket queue. Instead of serialized messages going over the network and getting queued in the tcp socket queue, the messages get queued in a transport specific queue picked by a polling thread.
* updated transport interface functions to accommodate IOBUF/IOBREFAnand V. Avati2009-04-121-4/+6
| | | | Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
* updated copyright header to extend copyright upto 2009Basavanagowda Kanur2009-02-261-1/+1
| | | | | | updated copyright header to include 2009. Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
* Added all filesVikas Gorur2009-02-181-0/+85