lp:~martin-lp/hipl/hipl_retransmissions

Created by David Martin and last modified
Get this branch:
bzr branch lp:~martin-lp/hipl/hipl_retransmissions
Only David Martin can upload to this branch. If you are David Martin please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
David Martin
Project:
HIPL
Status:
Merged

Recent revisions

6235. By David Martin

Make if-conditions in handle_retransmissions() more reasonable.

Do not check for the err value twice and use else if when there is only
a single if condition in the else case.

6234. By David Martin

Fix typo in hip_update_retransmissions() doxygen documentation.

6233. By David Martin

Only zero the actual message in the retrans buffer.

Instead of always zeroing the maximum message size in
hip_clear_retransmission() only use the actual size of the message.

6232. By David Martin

Clarify return value doxygen documentation of hip_update_retransmissions().

Make it more clear why it always returns 0.

6231. By David Martin

Rename handle_retransmission() to handle_retransmissions().

We deal with more than one retransmission now and the name should
reflect that.

6230. By David Martin

Remove leftover doxygen comment about retransmit queue length of 1.

6229. By David Martin

Drop needless variable indirection in queue_packet().

6228. By David Martin

Use ipv6_addr_copy() instead of memcpy() queue_packet().

We got those helper functions for a reason.

6227. By David Martin

Add default case for hip_update_retransmissions().

Even though we do not act on it it is neater to have it.

6226. By David Martin

Bring HIP_RETRANSMIT_QUEUE_SIZE #define comment more to the point.

No need to explain what a queue is.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:hipl
This branch contains Public information 
Everyone can see this information.

Subscribers