Juliusz Chroboczek
Juliusz Chroboczek
Improved logging in fff2acf1f01c0892a886422bc3858ce1ff0ba2e9. I'm still stumped, though, the symptoms you're describing are very weird.
I think it needs negotiating, so we cannot just blindly pass it through. See 3GPP TS 26.114 Section 6.2.3.3. Could you please check whether the camera includes the extension in...
> Chrome's behaviour is bizarre - it negotiates fine with a peer that doesn't support the extension (e.g. Galene) - but then only sends packets that don't have the extension,...
Could you please describe how to trigger usage of the extension in Chrome?
Good catch, thanks. I don't think we should be setting neigh->ifp to NULL, though, we should be flushing all neighbours that appear over that interface, i.e. we should be calling...
Looks good. Could you please squash your commits?
> Any interest in the IPv4 multicast support? > > * protocol_group supporting an IPv4 address like 224.0.0.111 No, we're not going to implement that. Babel was originally defined to...
The file transfer protocol has changed in an incompatible manner between Galene 1.9.1 and current master. The error indicates that one of the peers is using the new protocol and...
Fixed in https://github.com/jech/galene/commit/1c71a73f8e4693aa1ac1fe50b20a91ff16d4b5c1. Thanks for the report.
There's currently no support in this library. I'm currently using my own implementation (see https://github.com/jech/galene-sip), it would be good to get it merged into jart/gosip, but that's a fairly low...