Displaying 11 results from an estimated 11 matches for "opackets".
Did you mean:
  packets
  
2018 Dec 03
3
[PATCH] removing an old API.
While looking for leaks I came across two old packet APIs which are easy 
to remove.  I'm sending patches for each separately.
First, there is the packet_set_connection(int fd_in, int fd_out) 
function in opacket.c
The function relies on a behavior in ssh_packet_set_connection() where, 
when it is passed a NULL pointer, it will implicitely allocate a struct 
ssh and return it after then set
2015 Feb 23
2
Call for testing: OpenSSH 6.8
Darren Tucker wrote:
> Question is: what to do?
> c) make packet_disconnect a real function.
I say c.
//Peter
2015 Feb 19
3
[PATCH] Unbreak compilation with --without-ssh1
Hi,
Patch attached for $SUBJECT.
ismail
2005 Feb 09
1
Trying to do windows encoding dll
Hi everybody, me again.
I'm trying to write my own VFW-like dll... It doesn't need to do much.
1.) compress a single frame and give it back to the host application
2.) host applications sends the frame
3.) client application receives frame
4.) client application tells the dll to decompress the data
So if I try to do this, something is going wrong...
Perhaps someone could have a look at my
2009 Aug 04
2
flowadm -i 1 - shows only first flow
...PROTO  PORT    
> DSFLD
> local_25    iwh0        --                             tcp    25      --
> local_22    iwh0        --                             tcp    22      --
> milek at r600:~# flowadm show-flow -s -i 1
> FLOW           IPACKETS  RBYTES  IERRORS   OPACKETS    OBYTES      OERRORS
> local_25       0         0       0         0           0           0
> local_25       0         0       0         0           0           0
> ^C
> milek at r600:~#
So show-flow -s -i 1 displays only statistics for one flow. The man page 
says:
flowadm(1M)
>...
2009 Jun 19
3
snmp statistics for vnics
1 simple question about network statistics for vnics:
We noticed that the statistics for vnics (used by Virtualbox guests) are not there. When the nics are plumped in the host OS, we do see them showing up, but all all records are 0.
Can someone tell me how to get the correct network info via snmp on the Vbox Host??
Thanks in advance.
IF-MIB::ifDescr.1 = STRING: lo0
IF-MIB::ifDescr.2 = STRING:
2009 May 19
4
RFE wish list
Actually, it is not a list.. but just something that''ll be very useful to me in my business. If crossbow/virtual interfaces can provide a flow that can capture bandwidth usage over a period of time (including 95 percentile), that''ll be great!
Is this possible?
-- 
This message posted from opensolaris.org
2018 Jun 08
4
vanilla build of 7.7p1 release on linux/4.17 fails with gcc8 @ "/usr/bin/ld: unrecognized option '-Wl,-z,retpolineplt'"
On 8 June 2018 at 11:21, PGNet Dev <pgnet.dev at gmail.com> wrote:
> fyi
>
> add'l -- and looks unrelated -- issue
>         /usr/include/pthread.h:251:12: note: previous declaration of ?pthread_join? was here
>          extern int pthread_join (pthread_t __th, void **__thread_return);
What included pthread.h?  That's explicitly not supported by sshd:
$ grep THREAD
2015 Feb 28
3
SAP-2015-3-1 issues
BSD/OS issues
with 1.0.2a dev
make tests
[ -d `pwd`/regress ] || mkdir -p `pwd`/regress
[ -d `pwd`/regress/unittests ] || mkdir -p `pwd`/regress/unittests
[ -d `pwd`/regress/unittests/test_helper ] ||  mkdir -p `pwd`/regress/unittests/test_helper
[ -d `pwd`/regress/unittests/sshbuf ] ||  mkdir -p `pwd`/regress/unittests/sshbuf
[ -d `pwd`/regress/unittests/sshkey ] ||  mkdir -p
2017 Aug 30
4
sshd dies when starting gkrellm
sshd also dies when certain other kinds of traffic is generated, such as
`man pw' using the most pager[1], and many x11 apps such as emacs.
However, it is stable when running simple x11 apps such as xeyes, and
the link its self is stable -- a terminal will stay connected without
issue for days, as long as not much happens in it.  Also a sshfs
connection dies immediately.
ssh -Y karren
gkrellm
2016 Jan 05
14
[Bug 2521] New: subtract buffer size from computed rekey limit to avoid exceeding it
https://bugzilla.mindrot.org/show_bug.cgi?id=2521
            Bug ID: 2521
           Summary: subtract buffer size from computed rekey limit to
                    avoid exceeding it
           Product: Portable OpenSSH
           Version: 6.8p1
          Hardware: amd64
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: sshd