Displaying 2 results from an estimated 2 matches for "cwnd".
Did you mean:
cond
2005 May 02
4
How to read the TCP congestion window (cwnd) on Linux?
Hi everybody.
Do you know about any way to read the TCP cwnd value (congestion window)
on Linux?
I have read that on Linux it is not possible to enable a socket option
(to read to cwnd using the program trpt).
Any way to read the cwnd would be good for me.
thanks
Antonio
2002 Aug 06
0
Getting a GUI to work with Vorbis code
...)
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CAboutDlg, CDialog)
//{{AFX_MSG_MAP(CAboutDlg)
// No message handlers
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
////////////////////////////////////////////////////////////////////////////
/
// CGUIDlg dialog
CGUIDlg::CGUIDlg(CWnd* pParent /*=NULL*/)
: CDialog(CGUIDlg::IDD, pParent)
{
//{{AFX_DATA_INIT(CGUIDlg)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
// Note that LoadIcon does not require a subsequent DestroyIcon in
Win32
m_hIcon =...