Ido Rosen

Results 59 comments of Ido Rosen

_From [[email protected]](https://code.google.com/u/103150235582815115716/) on September 17, 2013 10:35:03_ #4 solved the problem! Thanks!

_From [[email protected]](https://code.google.com/u/104684413862879970216/) on November 24, 2010 06:05:41_ The November 23, 2010 Release fixed this problem. Thanks!

Sorry about that, fixed the title. I'm talking about writing files and/or streams. Reading is currently sufficiently indirect/abstract that I can replace the read / get next packet operation with...

The intention would be to abstract away from libpcap the actual file being written to, so the user could make it a file, socket, compression library stream/file, encryption library stream/file...

I’m open to it. > On Oct 13, 2019, at 15:16, Norman Rasmussen wrote: > >  > Heh, as you've noticed I don't have time to maintain xmpppy. I...

Has there been any update on this? Is lz4mt abandoned or will it be upgraded to r131 or newer?

Is lz4mt abandoned? There has been no update to master in 2 years.

I squashed the commits into one patch. So far, this sets broadcast. I might have a solution for setting unique IAIDs soon.

The specific info around whether broadcast via ipvlan is available might be in `rtnetlink(7)` or `netdevice(7)` in Linux. I thought the (non-portable) way of determining whether an interface supports broadcast...

> The initial problem was that I wasn't able to get the DHCP replies _at all_ over unicast; because you can't receive to IPs that aren't yours (IIUC). I just...