Gitiles
Code Review
Sign In
gerrit.named-data.net
/
jndn-utils
/
c721613096cf6ac7774de281e70d3cc8e980d54f
/
src
/
main
/
java
/
com
/
intel
/
jndn
/
utils
/
SegmentedClient.java
73065d0
Fix excessive logging
by andrewsbrown
· 10 years ago
d403db8
Upgrade SegmentedClient to be fully asynchronous (no forced blocking for first packet)
by andrewsbrown
· 10 years ago
7d68e08
Fix bug: segmented packets, once aggregated, had the interest name and not the returned data name without the segment component.
by andrewsbrown
· 10 years ago
2d7ee8d
Add packet names to logging messages
by andrewsbrown
· 10 years ago
0bb5d5f
Downgrade log levels for clients and bump version
by andrewsbrown
· 10 years ago
629816c
Fix processing of segmented packets; if no FinalBlockId is present, the request should still succeed
by andrewsbrown
· 10 years ago
b005ee6
Fix name shortening bug; SegmentedClient always removed the last component in reassembled packet, should only remove the last component if it is a segment marker
by andrewsbrown
· 10 years ago
69d5329
Upgrade API: use base interface, return vanilla Future<Data>, throw exceptions instead of returning null, and improve underlying implementation/tests
by andrewsbrown
· 10 years ago
0cf35f9
Improve logging and documentation; also, SegmentedClient.getAsync() will always return a list.
by andrewsbrown
· 10 years ago
4feb2da
Update license headers
by andrewsbrown
· 10 years ago
db45705
Switch to FutureData; add SegmentedClient
by Andrew Brown
· 10 years ago