Your message dated Tue, 14 Feb 2012 00:13:27 +0800
with message-id
<CAMr=8w7Y4Un64sp0yJ3-hTS0cnC=_iZ52JiCKuSit=mkcjj...@mail.gmail.com>
and subject line Re: Bug #561901: netcat-openbsd should document -j option
has caused the Debian Bug report #561901,
regarding netcat-openbsd should document -j option
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
561901: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561901
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: netcat-openbsd
Version: 1.89-3
Severity: normal
Looking at the source, it appears that netcat-openbsd supports -j to
use 8192-byte buffers instead of 1024-byte buffers, but this option is
not documented.
Presumably -j corresponds to "jumbo frames". It would be good to
document the option in the netcat.openbsd man page.
Regards,
--dkg
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing'), (200, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages netcat-openbsd depends on:
ii libc6 2.10.2-2 GNU C Library: Shared libraries
ii libglib2.0-0 2.22.3-1 The GLib library of C routines
netcat-openbsd recommends no packages.
netcat-openbsd suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
SO_JUMBO is an OpenBSD specific marco, Linux doesn't have such feature
yet. Even on kFreeBSD we can't have this option enabled, either:
http://fxr.watson.org/fxr/trackident?i=SO_JUMBO
--
Regards,
Aron Xu
--- End Message ---