-properly initialize variables in the oob_tcp_msg struct
-properly close peer sockets in the tcp oob
-fix compare in bucket allocator to use the correct variable
-remove duplicate free in teg
-updated the oob tests
-add more output to tcp oob when there are failures
This commit was SVN r1866.
- changed the msg structure so it has a pointer to the process name
and not the peer structure. This was done because on the receive side
once a message has been read in it is no longer associated with a peer
but rather just a process name.
- changed the lookup function to include a bool to determine whether to
get the main tcp oob lock or not. This is useful if the caller already
holds the lock.
- first cut of recv functions
- documentation updates
This commit was SVN r1747.
- almost finished the send side of the oob
- added the lists that will hold the posted recieves and the
actual recieves
- made it so we send an addition iovec first that contains the
size of the total message so we can recieve into a temporary buffer
before the user has posted a recieve
This commit was SVN r1736.