Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 312038 Details for
Bug 455716
Updates for NFSv4.1
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
This fourth patch increases the PDU size
wireshark-rpc-pdu-size.patch (text/plain), 977 bytes, created by
Steve Dickson
on 2008-07-17 11:37:03 UTC
(
hide
)
Description:
This fourth patch increases the PDU size
Filename:
MIME Type:
Creator:
Steve Dickson
Created:
2008-07-17 11:37:03 UTC
Size:
977 bytes
patch
obsolete
>commit 43dfeabc693fb4f4f39378291c4c81ba19b09351 >Author: J. Bruce Fields <bfields@citi.umich.edu> >Date: Tue Jul 8 17:19:49 2008 -0400 > > Use large default max_rpc_tcp_pdu_size setting > > The linux server will do up to 1M these days, so the current default is > very likely to discard all reads and writes from such a server. > > Thanks to Jim Rees for catching this. > > >diff -up wireshark-1.0.2/epan/dissectors/packet-rpc.c.orig wireshark-1.0.2/epan/dissectors/packet-rpc.c >--- wireshark-1.0.2/epan/dissectors/packet-rpc.c.orig 2008-07-10 13:39:24.000000000 -0400 >+++ wireshark-1.0.2/epan/dissectors/packet-rpc.c 2008-07-17 06:55:49.000000000 -0400 >@@ -257,7 +257,7 @@ static dissector_handle_t rpc_handle; > static dissector_handle_t gssapi_handle; > static dissector_handle_t data_handle; > >-static guint max_rpc_tcp_pdu_size = 262144; >+static guint max_rpc_tcp_pdu_size = 16 * 1024 * 1024; > > static const fragment_items rpc_frag_items = { > &ett_rpc_fragment,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 455716
:
312034
|
312035
|
312036
|
312037
| 312038 |
312039