Displaying 2 results from an estimated 2 matches for "packets_".
Did you mean:
packets
2010 Dec 01
1
Few questions about making logical bitstreams
Hi!
OGG specification said that:
- It is possible for a stream to consist of a single page.
- Page can consist of multiple packets.
Could anyone tell me:
- Will logical bitstream of _one page_ (b-o-s and e-o-s at the same
time) with a _few packets_ be correct according to the ogg spec?
- And, if such logical (multipacket singlepaged) bitstream is correct,
how can I generate it by using build in liboggz functionality
(i.e. which flags combination should I pass to the oggz_write_feed())?
Thanks.
wbr,
Nikolay V. Razbegaev
2005 Jul 04
0
Problem with routing decisions, and multihop
...06.1.5 LEN=40 TOS=0x00 PREC=0x00 TTL=64 ID=66 DF PROTO=TCP
SPT=33820 DPT=21 WINDOW=0 RES=0x00 RST URGP=0
Even though, when I use ''tcpdump'' for catching the wrong packets (that
is: tcpdump -i eth1 host 192.168.17.1 _or_ tcpdump -i eth2 host
192.168.16.1 ) results that _A LOT MORE PACKETS_ are BADLY ROUTED,
than sent to the LOG target.
My conclusion: iptables ''matching'' doesn''t work; also does the route
decision part.
I absolutely don''t know what more to do... I''m running iptables
v1.2.11, and kernel 2.6.11-gentoo-r11. Exactly same happe...