summaryrefslogtreecommitdiffstats
path: root/src/pvs.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implement Network-wide Configuration Interface for Multicast File TransferSebastien Braun2010-10-051-1/+57
|
* Assorted Multicast Fixes:Sebastien Braun2010-10-031-1/+9
| | | | | | | | | | | | | | | | | | | | | | - Upgrade bundled OpenPGM to SVN r1135 - Timing fixes: Make all rate-limited and timer-pending operation wait for at least 1ms to avoid busy-waiting - No distinction between sending and receiving sockets when setting up socket options (Receivers need to be able to send anyway when using PGMCC). - Switch from fixed-rate transmission to using PGMCC for congestion control. - Remove some obnoxious debugging outputs - Some white space fixes - Introduce a short waiting time before actually starting file transmission in order to allow enough SPM messages to be sent so that receivers can initialize properly. - Fix MCASTFTANNOUNCE message to include full file name instead of basename. - Fix generateMcastTransferID in order to gather more random IDs. PVSGUI may become confused if transfer IDs are reused. - Properly dispose of clientFileReceiveDialog when multicast transfer is finished. - Properly display transfer size in clientFileReceiveDialog
* Make PGM interface configurableSebastien Braun2010-08-041-0/+7
|
* Fix a bug where transfer IDs would linger in the pvs daemon's data ↵Sebastien Braun2010-08-041-0/+1
| | | | structures after cancellation.
* Implement GUI for receiving incoming multicast transfersSebastien Braun2010-08-041-2/+17
|
* Fix parsing of incoming MCASTFTRETRY messagesSebastien Braun2010-07-191-1/+1
|
* Implement initial multicast receive functionality in PVS daemonSebastien Braun2010-07-191-0/+85
|
* Remember to delete outgoing transfers when they are finished or failedSebastien Braun2010-07-171-0/+11
|
* Implement UI and pvsDaemon components for outgoing Multicast TransferSebastien Braun2010-07-171-0/+60
|
* initial import of latest svn versionSebastian2010-05-121-0/+629