Hi, I'm quite new to FF ext development and I have specific task: I need to gather some low level data. Currently I'm in trouble with receiving such kind of data:
1. I need to be notified when new TCP connection is created and when it's is closed. Creating can can be observed for example with nsIHttpActivityObserver, but how can I get notifications regarding TCP disconnections (I.e. when closesocket is called )? 2. I need to gather information regarding SSL new session creation and sll session reuse. Have no idea how to get it.Can anyone give me direction where to dig ? Actually I've got a lot of different things to gather data about, but those mentioned here are the most urgent for me. Any help will be appreciated. Thanks in advance, Sergey. _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
