From: Aman Gupta <aman@tmm1.net>
To: raindrops@librelist.org
Subject: [PATCH] fix ListenStats documentation error in Raindrops::Linux.unix_listener_stats
Date: Fri, 6 Jan 2012 23:48:40 -0800 [thread overview]
Message-ID: <1325922521-53409-1-git-send-email-aman@tmm1.net> (raw)
In-Reply-To: <1325922521-53409-1-git-send-email-aman@tmm1.net>
Signed-off-by: Aman Gupta <aman@tmm1.net>
---
lib/raindrops/linux.rb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/raindrops/linux.rb b/lib/raindrops/linux.rb
index 8a67887..fe2af09 100644
--- a/lib/raindrops/linux.rb
+++ b/lib/raindrops/linux.rb
@@ -27,8 +27,8 @@ module Raindrops::Linux
# SS_CONNECTED, /* connected to socket */
# SS_DISCONNECTING /* in process of disconnecting */
# } socket_state;
- # * SS_CONNECTING maps to ListenStats#active
- # * SS_CONNECTED maps to ListenStats#queued
+ # * SS_CONNECTING maps to ListenStats#queued
+ # * SS_CONNECTED maps to ListenStats#active
#
# This method may be significantly slower than its tcp_listener_stats
# counterpart due to the latter being able to use inet_diag via netlink.
--
1.7.5.3
next parent reply other threads:[~2012-01-07 7:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-07 7:48 Aman Gupta [this message]
2012-01-07 7:48 ` [PATCH] avoid calling tcp_listener_stats when it is not available Aman Gupta
2012-01-07 8:05 ` Eric Wong
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: http://yhbt.net/raindrops/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1325922521-53409-1-git-send-email-aman@tmm1.net \
--to=aman@tmm1.net \
--cc=raindrops@librelist.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
http://yhbt.net/raindrops.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).