Understood.trying to see if I can get something that works with all
interface types right I am having a little trouble with getting my
rx_handler to trigger even though it has been registered.
-James
On Wed, Jan 16, 2013 at 1:05 PM, David Serafini wrote:
> Solarflare
___
> Date: Tue, 15 Jan 2013 14:38:47 -0500
> From: outcast
>
> Don't want to use tap type of devices. Want to be able to handle packets
> natively from the interface with minimal amount of overhead. Basically want
> my own rx_handler to python call back. Yes I want the raw ethernet frames.
> Looking
On Tue, Jan 15, 2013 at 2:19 PM, wrote:
> On 06:06 pm, james.voip+twis...@gmail.com wrote:
> >On Tue, Jan 15, 2013 at 12:58 PM, outcast
> >wrote:
> >>
> >>I have been working on a kernel module to allow me to get the packets
> >>out
> >>of kernel land and into user space ATM. Not sure how twisted
On 06:06 pm, james.voip+twis...@gmail.com wrote:
>On Tue, Jan 15, 2013 at 12:58 PM, outcast
>wrote:
>>
>>I have been working on a kernel module to allow me to get the packets
>>out
>>of kernel land and into user space ATM. Not sure how twisted.pair does
>>that. I will go and google but the ultima
On Tue, Jan 15, 2013 at 12:58 PM, outcast wrote:
> On Tue, Jan 15, 2013 at 12:47 PM, Tristan Seligmann <
> mithra...@mithrandi.net> wrote:
>
>>
>> On 15 Jan 2013 7:41 PM, "outcast" wrote:
>> >
>> > Greetings,
>> >
>> > Has anyone done any work around using twisted for layer 2 traffic?
>>
>> Layer
On Tue, Jan 15, 2013 at 12:47 PM, Tristan Seligmann wrote:
>
> On 15 Jan 2013 7:41 PM, "outcast" wrote:
> >
> > Greetings,
> >
> > Has anyone done any work around using twisted for layer 2 traffic?
>
> Layer 2 traffic would be the domain of twisted.pair; I'm not aware of
> anyone using this in a
On 15 Jan 2013 7:41 PM, "outcast" wrote:
>
> Greetings,
>
> Has anyone done any work around using twisted for layer 2 traffic?
Layer 2 traffic would be the domain of twisted.pair; I'm not aware of
anyone using this in a "real" project, though, and I'd wager it needs some
extra work before it'll b