History | View | Annotate | Download (830 Bytes)
fix: change trans_id to uint16_t
Conflicts:
chunk_signaling.c streaming.c streaming.h
accept offers from non-neighbours
change interface of send_bmap from peer* to nodeid*
change interface of send_accepted_chunk to use nodeID instead of peer*
chunk_signaling.c streaming.h
input_open: adding parameters to pass back some file descriptors
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@1724 c54fac2e-1815-407e-9b96-088d06743913
split generated_chunk in two functions
deal separately with input and with adding the chunk to the system
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@1718 c54fac2e-1815-407e-9b96-088d06743913
Revert "Changed to build both with cc and g++"
This reverts commit 7ed27fb098c874145c4210155330b206e97ee8aa.
Applications/OfferStreamer/Makefile
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@1585 c54fac2e-1815-407e-9b96-088d06743913
Changed to build both with cc and g++
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@1535 c54fac2e-1815-407e-9b96-088d06743913
adding some more copyright notices
pass on transaction ID
export send_bmap from streaming
moving peerset related stuff to topology.c
Merge branch 'RockStreamer' into OfferStreamer
added send_offer and changed loop to send offers
added behavior at offer and accept reception
Merge branch 'master' into RockStreamer
Conflicts: dumbstreamer.c loop-mt.c loop.c streaming.h
Merge commit 'origin/io_consolidation' into RockStreamer
Conflicts: Makefile loop.c streaming.h
configurable loop support
loop.c streaming.h
Fix up the timing...
Explicit timing information in the input
streaming.c
Add include guards
added peerset and "from" parameters to receiver_chunk
change send_chunk interface to peerset based
Pass a file name to the input module
Initialise the chunk trading logic
DumbStream, first import