Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion On callbacks
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Christian Facchini  
View profile  
 More options Sep 10 2009, 4:05 pm
From: Christian Facchini <c.facch...@gmail.com>
Date: Thu, 10 Sep 2009 17:05:38 -0300
Local: Thurs, Sep 10 2009 4:05 pm
Subject: On callbacks
Dear ns-3-users,

I am a bit confused about the use of callbacks.
in particular, in the example named 'tcp-large-transfer.cc', there's a
function called 'CwndTracer':

static void
CwndTracer (uint32_t oldval, uint32_t newval)
{
  NS_LOG_INFO ("Moving cwnd from " << oldval << " to " << newval);

}

Simply, I don't get where the two parameters are taken from.
Please forgive me if it is a silly question, but how can I find out
that CwndTracer takes exactly two uint32_t parameters?

Thank you in advance.
BR,
Christian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.