Displaying 20 results from an estimated 30 matches for "decapsulate".
Did you mean:
decapsulated
2009 Jun 04
3
libogg++ release 1.1.0
...streams, and
to be thread-safe in a threading model in which each codec or transport
runs in its own thread.
Main features added since initial release
Selection logic which allows a co-ordinating stream's header
pages which may contain info about the other streams to be
decapsulated before the first header pages for these other
streams have been claimed.
A PageReader to read raw (un-decapsulated) pages either
simultaneously with reading the decapsulated packets, or by
themselves. The application can then route these pages to a...
2008 Nov 03
0
No subject
...in a threading model in which each codec or transport
> runs in its own thread.
>
> Main features added since initial release
> Selection logic which allows a co-ordinating stream's header
> pages which may contain info about the other streams to be
> decapsulated before the first header pages for these other
> streams have been claimed.
>
> A PageReader to read raw (un-decapsulated) pages either
> simultaneously with reading the decapsulated packets, or by
> themselves. The application can then route...
2009 Jun 04
0
libogg++ release 1.1.0
...safe in a threading model in which each codec or transport
> runs in its own thread.
>
> Main features added since initial release
> ? ? ? ?Selection logic which allows a co-ordinating stream's header
> ? ? ? ?pages which may contain info about the other streams to be
> ? ? ? ?decapsulated before the first header pages for these other
> ? ? ? ?streams have been claimed.
>
> ? ? ? ?A PageReader to read raw (un-decapsulated) pages either
> ? ? ? ?simultaneously with reading the decapsulated packets, or by
> ? ? ? ?themselves. The application can then route these pages t...
2007 Apr 18
0
[Bridge] priority number lower??
In the past when I said:
ebtables -A INPUT -p 0x828 -j DROP !!DOES NOT WORK!!
ebtables -A INPUT -p 0x800 -j DROP !!WORKS!!
Group members told me that:
> What you need to do is register your function
> on the existing NF_BR_PRE_ROUTING hook, with a priority number lower than
> that of the ebtables nat PREROUTING chain (prio=NF_BR_PRI_NAT_SRC).
ebt INPUT
|
|
ebt
2007 Apr 18
2
[Bridge] bridge netfilter question
Hi,
I found this block of code in br_dev_queue_xmit() @
br_forward.c, after applying 'netfilter' patch for
2.4.21 kernel
Can someone explain what this block of code is doin?
#ifdef CONFIG_NETFILTER
if (skb->nf_bridge)
memcpy(skb->data - 16,
skb->nf_bridge->hh, 16);
#endif
1. What is 16 bytes here...? Ethernet hdr is just 14
bytes
2. Why the ethernet
2008 Nov 14
3
FreeBSD 6.3 gre and traceroute
Stephen Clark wrote:
> Robert Noland wrote:
>> On Thu, 2008-11-13 at 07:48 -0500, Stephen Clark wrote:
>>> Julian Elischer wrote:
>>>> Stephen Clark wrote:
>>>>> Julian Elischer wrote:
>>>>>> you will need to define the setup and question better.
>>>> thanks.. cleaning it up a bit more...
>>>>
>>>>
2002 Dec 02
1
ipip and nexthdr
After carefull reading (LARTC) and experimentation, I am in a dead
end...
I am using several IPIP tunnels (linux ipip module, IP protocol 4).
I''d like to filter packets going through these tunnes to different
classes, on the ingress device, based on source and destination IP
_INSIDE THE TUNNEL_.
First I tried the nexthdr bit. As explained in LARTC, nexthdr jumps to
the next header
2024 Apr 10
9
[Bug 1744] New: Packet corruption occurs when using the nftables vlan pcp set command
https://bugzilla.netfilter.org/show_bug.cgi?id=1744
Bug ID: 1744
Summary: Packet corruption occurs when using the nftables vlan
pcp set command
Product: nftables
Version: 1.0.x
Hardware: arm
OS: All
Status: NEW
Severity: major
Priority: P5
Component: kernel
2003 Jun 24
8
Patch for Socks5 support for dynamic portforwaring?
Hi,
has anybody seen a patch that provides socks version 5 support for the dynamic portforwarding feature?
I?ve seen thats implemented in ssh.com?s ssh version, but
found nothing about openssh.
Only thing i found was a patch to provide socks4a.
cu
sleepi
2009 Jun 05
2
libogg++ release 1.1.0
...hich each codec or transport
> > runs in its own thread.
> >
> > Main features added since initial release
> > Selection logic which allows a co-ordinating stream's header
> > pages which may contain info about the other streams to be
> > decapsulated before the first header pages for these other
> > streams have been claimed.
> >
> > A PageReader to read raw (un-decapsulated) pages either
> > simultaneously with reading the decapsulated packets, or by
> > themselves. The application can...
2004 Sep 24
2
strange behavior of ipsec tunnel mode
hello
i am trying to set up ipsec in my network, for now just between two hosts, using to use AH & ESP
in tunnel mode to get all of packet encrypted. keys are negotiated with racoon.
mayby using tunnel mode in this case can seems strange, but i know what i am doing.
after setting up everything i have done few tests with ping & tcpdump. but the results are very suprising.
bellow is what i
2003 Oct 13
4
iptables nat redirect
I''m trying to do a nat redirect (traffic redirected from a router, not
originally for the machine). I can see the network traffic, but the
iptable rules do not appear to do anything. Is this possible on a
virtual domain, and if not what needs to be done?
-Jeff
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
2017 Jan 17
1
virtio: Subtle changes to virtio_net flags breaks VXLAN on Google Cloud
...sed kernel). Requests from a client node to the manager node are
either handled by the manager node or one of the two worker nodes. If
requests are handled by a worker node, the request (including the
SYN/SYN,ACK handshake) are encapsulated in VXLAN before being sent to
the worker and responses are decapsulate by the manager and forwarded
back to the client.
If a request is handled by either the manager or the 4.4 based worker,
everything works as expected. For requests handled by the 4.9 based
worker we see the response packet being sent to the client node by the
manager node (tcpdump on eth0), but it n...
2017 Jan 17
1
virtio: Subtle changes to virtio_net flags breaks VXLAN on Google Cloud
...sed kernel). Requests from a client node to the manager node are
either handled by the manager node or one of the two worker nodes. If
requests are handled by a worker node, the request (including the
SYN/SYN,ACK handshake) are encapsulated in VXLAN before being sent to
the worker and responses are decapsulate by the manager and forwarded
back to the client.
If a request is handled by either the manager or the 4.4 based worker,
everything works as expected. For requests handled by the 4.9 based
worker we see the response packet being sent to the client node by the
manager node (tcpdump on eth0), but it n...
2007 Apr 18
0
[Bridge] ebtables
Hi Stephen,
Thanks for your prompt response.
What I wanted to tell was:
the following cmd DOES NOT WORK..(here 0x828 is my protocol no. that
encapsulates the IP data, like VLAN)
ebtables -A INPUT -p 0x828 -j DROP
BUT the following does work...
ebtables -A INPUT -p 0x800 -j DROP
So, ebtables is not seeing the frame before decapsulation. For that as
Bart schuymer said I need to register my
2007 May 26
14
[Bug 570] PREROUTING is unaware of VLAN interfaces
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=570
kaber@trash.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From kaber@trash.net 2007-05-26
2003 Jun 13
3
Extensions for long fat networks?
Before I get too far in my attempts...
Has anyone already implemented support in scp for larger
buffers/windows that would take advantage of wscaled TCP
windows?
Paul Hyder
NOAA Forecast Systems Lab
Boulder, CO
FYI: Linux 2.4.20, 30-80ms RTT, data rates 100-1000Mbps,
and a need to fill TCP windows of 2-8MBytes.
(Existing limits appear to be about 256KB.)
2014 Dec 03
1
tinc vpn: adding dscp passthrough (priorityinherit), ecn, and fq_codel support
...cess to all 8 bits of the tos field on udp.
Windows does not, unless you have admin privs. Don't know
about other OSes.
The comment there:
tos = origpkt->tos & ~0x3 ; // chicken out on passing ecn for now
was due to seeing this happen otherwise (talking to a tinc not yet
modified to decapsulate ecn markings correctly)
http://snapon.lab.bufferbloat.net/~d/tinc/ecn.png
and
was awaiting some thought on a truth table derived from the
relevant rfc (which I think is slightly wrong, btw), and further
thought on determining if ecn could be used on that path.
certainly I could deploy a tinc mo...
2017 Jan 17
0
virtio: Subtle changes to virtio_net flags breaks VXLAN on Google Cloud
...s from a client node to the manager node are
> either handled by the manager node or one of the two worker nodes. If
> requests are handled by a worker node, the request (including the
> SYN/SYN,ACK handshake) are encapsulated in VXLAN before being sent to
> the worker and responses are decapsulate by the manager and forwarded
> back to the client.
> If a request is handled by either the manager or the 4.4 based worker,
> everything works as expected. For requests handled by the 4.9 based
> worker we see the response packet being sent to the client node by the
> manager node (t...
2004 Jun 29
3
Struct Fields Description
Hello all
Can anyone point me to some form of description for the fields in the
following structures :
1/ vorbis_dsp_state
2/ vorbis_block
Thank you.
regards
~previr
_____________________________________________________________
Previr Rangroo STMicroelectronics
Associate Systems Lab Engineer Plot No. 2 & 3,
Audio Competence Center Sector 16A,