summaryrefslogtreecommitdiffstats
path: root/3rdparty
Commit message (Collapse)AuthorAgeFilesLines
* fix cmake pathsSebastian Schmelzer2011-02-241-1/+1
|
* Merge remote branch 'openslx/master' into mcastftSebastien Braun2010-10-0514-0/+1636
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt pvsmgr.qrc src/gui/clientConfigDialog.cpp src/gui/mainWindow.cpp src/gui/ui/mainwindow.ui src/gui/ui/mainwindowtouch.ui src/pvs.cpp src/pvs.h src/pvsDaemon.cpp src/pvsgui.cpp
| * [PVSGUI] Only one instance should be allowed nowjjl2010-09-2314-0/+1636
|
* Assorted Multicast Fixes:Sebastien Braun2010-10-03316-1511/+12125
| | | | | | | | | | | | | | | | | | | | | | - 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
* Add patch for OpenPGM to fix switch() fallthroughSebastien Braun2010-08-251-0/+11
|
* * Upgrade OpenPGM to current trunkSebastien Braun2010-07-15278-13/+91117
| | | | | * Implement wait-for-shutdown for McastPGMSocket * Work around bug in UDP encapsulation
* Implement multicast transfer protocol.Sebastien Braun2010-07-121-57/+53Star
|
* Import OpenPGM into the tree, and provide a rudimentary build script.Sebastien Braun2010-07-102-0/+160
OpenPGM will serve as the network layer for Multicast File Transfer.