Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
libnice
Commits
73124323
Commit
73124323
authored
Jan 14, 2014
by
Philip Withnall
Committed by
Olivier Crête
Jan 31, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
agent: Add a couple of comments to the pseudo-TCP implementation
parent
dbec8156
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
agent/pseudotcp.c
agent/pseudotcp.c
+3
-2
No files found.
agent/pseudotcp.c
View file @
73124323
...
@@ -438,7 +438,8 @@ struct _PseudoTcpSocketPrivate {
...
@@ -438,7 +438,8 @@ struct _PseudoTcpSocketPrivate {
// Outgoing data
// Outgoing data
GList
*
slist
;
GList
*
slist
;
guint32
sbuf_len
,
snd_nxt
,
snd_wnd
,
lastsend
,
snd_una
;
guint32
sbuf_len
,
snd_nxt
,
snd_wnd
,
lastsend
;
guint32
snd_una
;
/* oldest unacknowledged sequence number */
guint8
swnd_scale
;
// Window scale factor
guint8
swnd_scale
;
// Window scale factor
PseudoTcpFifo
sbuf
;
PseudoTcpFifo
sbuf
;
...
@@ -457,7 +458,7 @@ struct _PseudoTcpSocketPrivate {
...
@@ -457,7 +458,7 @@ struct _PseudoTcpSocketPrivate {
guint32
ssthresh
,
cwnd
;
guint32
ssthresh
,
cwnd
;
guint8
dup_acks
;
guint8
dup_acks
;
guint32
recover
;
guint32
recover
;
guint32
t_ack
;
guint32
t_ack
;
/* time a delayed ack was scheduled; 0 if no acks scheduled */
gboolean
use_nagling
;
gboolean
use_nagling
;
guint32
ack_delay
;
guint32
ack_delay
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment