Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
722426a2
Commit
722426a2
authored
Apr 09, 2003
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Entry for frisbee overhaul.
parent
a0f96883
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
doc/ChangeLog
doc/ChangeLog
+28
-0
No files found.
doc/ChangeLog
View file @
722426a2
mike 2003/04/09 15:18:00 MDT
Semi-major frisbee overhaul:
Implement PREQUEST message which passes a bit map of desired blocks.
We still use the REQUEST message (start block + number of blocks) for
full chunk requests as that is more efficient.
Allow dynamic number of variable-sized write buffers. Total memory
not to exceed the writebufmem limit.
Eliminate a complete copy of the uncompressed data in the client.
Fix a bug in the client where we would not keep our request-ahead window full.
Fix a bug in the server where we would not merge incoming requests with
the request currently being serviced.
The above changes/bugfixes gave us about a 5% improvement in run time locally.
Add some client/server convenience options. For the server, -W allows
specification of a target bandwidth. For the client, -C, -W and -M
give various ways of specifying how much memory to use for net/disk
buffering.
Security: -S option tells client to only accept packets from a specific
IP address.
stoller 2003/04/08 03:03:01 MDT
Update Linux image to Redhat 7.3. The old image is still available to
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment