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 676927 Details for
Bug 894375
--tcp_nodelay broker option to have yes/no values
[?]
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]
Proposed patch
bz894375.patch (text/plain), 1.17 KB, created by
Pavel Moravec
on 2013-01-11 15:36:33 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Pavel Moravec
Created:
2013-01-11 15:36:33 UTC
Size:
1.17 KB
patch
obsolete
>diff -rup _qpid-0.14-orig/cpp/src/qpid/broker/Broker.cpp _qpid-0.14-new/cpp/src/qpid/broker/Broker.cpp >--- _qpid-0.14-orig/cpp/src/qpid/broker/Broker.cpp 2012-09-19 11:38:52.795862890 +0200 >+++ _qpid-0.14-new/cpp/src/qpid/broker/Broker.cpp 2013-01-11 14:12:45.965910533 +0100 >@@ -158,7 +158,7 @@ Broker::Options::Options(const std::stri > ("auth", optValue(auth, "yes|no"), "Enable authentication, if disabled all incoming connections will be trusted") > ("realm", optValue(realm, "REALM"), "Use the given realm when performing authentication") > ("default-queue-limit", optValue(queueLimit, "BYTES"), "Default maximum size for queues (in bytes)") >- ("tcp-nodelay", optValue(tcpNoDelay), "Set TCP_NODELAY on TCP connections") >+ ("tcp-nodelay", optValue(tcpNoDelay, "yes|no"), "Set TCP_NODELAY on TCP connections") > ("require-encryption", optValue(requireEncrypted), "Only accept connections that are encrypted") > ("known-hosts-url", optValue(knownHosts, "URL or 'none'"), "URL to send as 'known-hosts' to clients ('none' implies empty list)") > ("sasl-config", optValue(saslConfigPath, "DIR"), "gets sasl config info from nonstandard location")
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 894375
: 676927