Jeff, Can you give an example of what would you do with the MTU information? Adding what you say is probably just a matter of adding a method onto TransportChannel to allow you to call down from the Call layer into the network layer, but it's not clear that that information is needed up at the application layer.
On Nov 11, 9:56 am, JTM <[EMAIL PROTECTED]> wrote: > Hi, > > When in a call, I would like to be able to find out the current MTU > size, especially if it changes as the underlying connection changes. > However, LibJingle provides a great level of abstraction between the > different layers of network stack and application level, which > unfortunately makes it difficult to figure out how to call a low-level > method from a high-level application event. So I've been poking around > for a while, and am getting a little dizzy. > > I guess what I would like is to, from the app level, connect to > TrasnportChannelProxy::OnRouteChange(), and when that gets signalled, > call Socket::EstimateMTU(). Does anyone have some quick pointers in > how to access these from up in the Call or PhoneSessionClient level? > > Thanks, > Jeff --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-talk-open" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-talk-open?hl=en -~----------~----~----~----~------~----~------~--~---
