FRSH/FORB 0.1 ============= This is the first official release of FRSH/FORB resource reservation framework for real-time and distributed applications. The main differences from the version available at the end of FRESCOR project are the following: - FRSH WLAN Protocol (FWP) was reworked quite a lot. * It contains new version of VRES budgeting which handles correctly all corner cases. * FWP overhead was decreased significantly by allowing sending of packets directly from application threads instead of VRES threads, which are now used only if the budget is exhausted. * Synchronous send operation was implemented. * New application fwp-timing was developed to measure communication delays and packet looses. It showed that the previously mentioned changes improved FWP parameters. - FRSH API was slightly changed to remove problematic things. See commit b5508fb2d706b33491fbde62a675432300b43542. - Improved logging. Every log message is now prefixed by the name of the process. - Several bugs were fixed: * Race condition in registration of allocators. * Incorrect block id in disk BFQ resource