dccp
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH 5/9] [CCID2]: Replace pipe assignment-function with assignment
Gerrit Renker
Re: [PATCH 5/9] [CCID2]: Replace pipe assignment-function with assignment
Ian McDonald
[PATCH 4/9] [CCID2]: Replace cwnd assignment-function with assignment
Gerrit Renker
Re: [PATCH 4/9] [CCID2]: Replace cwnd assignment-function with assignment
Ian McDonald
[PATCH 3/9] [CCID2]: Replace read-only variable with constant
Gerrit Renker
Re: [PATCH 3/9] [CCID2]: Replace read-only variable with constant
Ian McDonald
[PATCH 2/9] [CCID2]: Remove unused variable
Gerrit Renker
Re: [PATCH 2/9] [CCID2]: Remove unused variable
Ian McDonald
[PATCH 1/9] [CCID2]: Disable broken Ack Ratio adaptation algorithm
Gerrit Renker
Re: [PATCH 1/9] [CCID2]: Disable broken Ack Ratio adaptation algorithm
Ian McDonald
[PATCH 0/9]: CCID2 fixes part 2/2
Gerrit Renker
DCCP and GStreamer: File descriptor sharing
Łeandro Sales
Re: DCCP and GStreamer: File descriptor sharing
Arnaldo Carvalho de Melo
Re: [PATCH 25/25] Final adjustments to ccid3.c, ccid4.c and lib/tfrc_ccids.c
Tommi Saviranta
Re: [PATCH 25/25] Final adjustments to ccid3.c, ccid4.c and lib/tfrc_ccids.c
Łeandro Sales
[PATCH 24/25] Final adjustments to probe.c to use tfrc_ccids
Leandro
Re: [PATCH 24/25] Final adjustments to probe.c to use tfrc_ccids
Tommi Saviranta
[PATCH 23/25] Include ccid-4 to be visible for the DCCP feature negotiation mechanism
Leandro
Re: [PATCH 23/25] Include ccid-4 to be visible for the DCCP feature negotiation mechanism
Ian McDonald
Re: [PATCH 23/25] Include ccid-4 to be visible for the DCCP feature negotiation mechanism
Gerrit Renker
[PATCH 21/25] Share ccid3_rx_state_name function via tfrc_ccids
Leandro
Re: [PATCH 21/25] Share ccid3_rx_state_name function via tfrc_ccids
Tommi Saviranta
[PATCH 22/25] Minor adjustments to probe.c to use tfrc_ccids
Leandro
Re: [PATCH 22/25] Minor adjustments to probe.c to use tfrc_ccids
Tommi Saviranta
[PATCH 20/25] Share ccid3_hc_tx_update_win_count function via tfrc_ccids
Leandro
Re: [PATCH 20/25] Share ccid3_hc_tx_update_win_count function via tfrc_ccids
Tommi Saviranta
[PATCH 19/25] Share ccid3_hc_tx_idle_rtt function via tfrc_ccids
Leandro
Re: [PATCH 19/25] Share ccid3_hc_tx_idle_rtt function via tfrc_ccids
Tommi Saviranta
[PATCH 18/25] Share rfc3390_initial_rate function via tfrc_ccids
Leandro
Re: [PATCH 18/25] Share rfc3390_initial_rate function via tfrc_ccids
Tommi Saviranta
[PATCH 17/25] Share ccid3_tx_state_name function via tfrc_ccids
Leandro
Re: [PATCH 17/25] Share ccid3_tx_state_name function via tfrc_ccids
Tommi Saviranta
Re: [PATCH 17/25] Share ccid3_tx_state_name function via tfrc_ccids
Gerrit Renker
Re: [PATCH 17/25] Share ccid3_tx_state_name function via tfrc_ccids
Łeandro Sales
[PATCH 16/25] Share ccid3_hc_rx_sock struct and ccid3_hc_rx_sk function via tfrc_ccids
Leandro
Re: [PATCH 16/25] Share ccid3_hc_rx_sock struct and ccid3_hc_rx_sk function via tfrc_ccids
Gerrit Renker
Re: [PATCH 16/25] Share ccid3_hc_rx_sock struct and ccid3_hc_rx_sk function via tfrc_ccids
Łeandro Sales
Re: [PATCH 16/25] Share ccid3_hc_rx_sock struct and ccid3_hc_rx_sk function via tfrc_ccids
Gerrit Renker
[PATCH 15/25] Share ccid3_hc_tx_sock struct and ccid3_hc_tx_sk function via tfrc_ccids
Leandro
[PATCH 14/25] Basic implementation for ccid-4 dropped packet option
Leandro
Re: [PATCH 14/25] Basic implementation for ccid-4 dropped packet option
Arnaldo Carvalho de Melo
[PATCH 13/25] Share TFRC feedback types struct via tfrc_ccids
Leandro
Re: [PATCH 13/25] Share TFRC feedback types struct via tfrc_ccids
Tommi Saviranta
[PATCH 10/25] Share ccid-3 options enum and struct via tfrc_ccids
Leandro
Re: [PATCH 10/25] Share ccid-3 options enum and struct via tfrc_ccids
Tommi Saviranta
Re: [PATCH 10/25] Share ccid-3 options enum and struct via tfrc_ccids
Ian McDonald
[PATCH 12/25] Share TFRC receiver states via tfrc_ccids
Leandro
Re: [PATCH 12/25] Share TFRC receiver states via tfrc_ccids
Tommi Saviranta
Re: [PATCH 12/25] Share TFRC receiver states via tfrc_ccids
Gerrit Renker
[PATCH 11/25] Share TFRC sender states via tfrc_ccids
Leandro
Re: [PATCH 11/25] Share TFRC sender states via tfrc_ccids
Tommi Saviranta
Re: [PATCH 11/25] Share TFRC sender states via tfrc_ccids
Ian McDonald
Re: [PATCH 11/25] Share TFRC sender states via tfrc_ccids
Ian McDonald
Re: [PATCH 11/25] Share TFRC sender states via tfrc_ccids
Gerrit Renker
Re: [PATCH 11/25] Share TFRC sender states via tfrc_ccids
Łeandro Sales
[PATCH 9/25] Adapt CCID-4 according to the latest changes to CCID-3
Leandro
Re: [PATCH 9/25] Adapt CCID-4 according to the latest changes to CCID-3
Tommi Saviranta
Re: [PATCH 9/25] Adapt CCID-4 according to the latest changes to CCID-3
Łeandro Sales
Re: [PATCH 9/25] Adapt CCID-4 according to the latest changes to CCID-3
Tommi Saviranta
Re: [PATCH 9/25] Adapt CCID-4 according to the latest changes to CCID-3
Gerrit Renker
[PATCH 8/25] Share common header files and defines between ccid-3/ccid-4
Leandro
Re: [PATCH 8/25] Share common header files and defines between ccid-3/ccid-4
Ian McDonald
[PATCH 7/25] Initial lib for sharing common code between ccid-3/ccid-4
Leandro
Re: [PATCH 7/25] Initial lib for sharing common code between ccid-3/ccid-4
Tommi Saviranta
[PATCH 7/25] Initial lib for sharing common code between ccid-3/ccid-4
Łeandro Sales
Re: [PATCH 7/25] Initial lib for sharing common code between ccid-3/ccid-4
Gerrit Renker
Re: [PATCH 7/25] Initial lib for sharing common code between ccid-3/ccid-4
Ian McDonald
[PATCH 6/25] Reduce allowed sending rate by a factor that accounts for packet header size
Leandro
Re: [PATCH 6/25] Reduce allowed sending rate by a factor that accounts for packet header size
Ian McDonald
Re: [PATCH 6/25] Reduce allowed sending rate by a factor that accounts for packet header size
Gerrit Renker
Re: [PATCH 6/25] Reduce allowed sending rate by a factor that accounts for packet header size
Tommi Saviranta
Re: [PATCH 6/25] Reduce allowed sending rate by a factor that accounts for packet header size
Gerrit Renker
Re: [PATCH 6/25] Reduce allowed sending rate by a factor that accounts for packet header size
Tommi Saviranta
Re: [PATCH 6/25] Reduce allowed sending rate by a factor that accounts for packet header size
Gerrit Renker
[PATCH 5/25] Enforces a minimum interval of 10 milliseconds as per CCID-4 draft
Leandro
Re: [PATCH 5/25] Enforces a minimum interval of 10 milliseconds as per CCID-4 draft
Ian McDonald
Re: [PATCH 5/25] Enforces a minimum interval of 10 milliseconds as per CCID-4 draft
Gerrit Renker
Re: [PATCH 5/25] Enforces a minimum interval of 10 milliseconds as per CCID-4 draft
Tommi Saviranta
Re: [PATCH 5/25] Enforces a minimum interval of 10 milliseconds as per CCID-4 draft
Łeandro Sales
[PATCH 4/25] Set packet size to 1460 as per ccid-4 draft
Leandro
Re: [PATCH 4/25] Set packet size to 1460 as per ccid-4 draft
Ian McDonald
Re: [PATCH 4/25] Set packet size to 1460 as per ccid-4 draft
Gerrit Renker
Re: [PATCH 4/25] Set packet size to 1460 as per ccid-4 draft
Gerrit Renker
Re: [PATCH 4/25] Set packet size to 1460 as per ccid-4 draft
Łeandro Sales
[PATCH 3/25] Adjustments of the ccid-4 copyright and kernel module authors
Leandro
Re: [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel module authors
Tommi Saviranta
Re: [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel module authors
Arnaldo Carvalho de Melo
Re: [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel module authors
Tommi Saviranta
Re: [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel module authors
Łeandro Sales
Re: [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel module authors
Ian McDonald
Re: [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel module authors
Gerrit Renker
[PATCH 2/25] Create initial ccid-4 code based on ccid-3
Leandro
Re: [PATCH 2/25] Create initial ccid-4 code based on ccid-3
Ian McDonald
[PATCH 1/25] CCID-4 Kconfig and Makefile
Leandro
Re: [PATCH 1/25] CCID-4 Kconfig and Makefile
Ian McDonald
Re: [PATCH 1/25] CCID-4 Kconfig and Makefile
Gerrit Renker
Re: [PATCH 1/25] CCID-4 Kconfig and Makefile
Łeandro Sales
Re: [PATCH 1/25] CCID-4 Kconfig and Makefile
Gerrit Renker
Re: [PATCH 1/25] CCID-4 Kconfig and Makefile
Łeandro Sales
Re: [PATCH 1/25] CCID-4 Kconfig and Makefile
Gerrit Renker
Re: [PATCH 13/25] Share TFRC feedback types struct via ccid34_lib
Gerrit Renker
Re: [PATCH 13/25] Share TFRC feedback types struct via ccid34_lib
Arnaldo Carvalho de Melo
Re: [PATCH 13/25] Share TFRC feedback types struct via ccid34_lib
Gerrit Renker
Re: [PATCH 13/25] Share TFRC feedback types struct via ccid34_lib
Łeandro Sales
[PATCH 0/25] Towards CCID3/CCID4 code integration
Leandro Melo de Sales
[PATCH 0/25] Towards CCID3/CCID4 code integration
Łeandro Sales
[PATCH 0/25] Towards CCID3/CCID4 code integration
Leandro
Re: [PATCH 0/25] Towards CCID3/CCID4 code integration
Gerrit Renker
Re: [PATCH 0/25] Towards CCID3/CCID4 code integration
Łeandro Sales
Re: [PATCH 0/25] Towards CCID3/CCID4 code integration
Gerrit Renker
Re: [PATCH 0/25] Towards CCID3/CCID4 code integration
Łeandro Sales
Re: [PATCH 0/25] Towards CCID3/CCID4 code integration
Gerrit Renker
[PATCH 6/6]: Larger initial windows also for CCID2
Gerrit Renker
Re: [PATCH 6/6]: Larger initial windows also for CCID2
Ian McDonald
[PATCH 5/6]: Deadlock and spurious timeouts when Ack Ratio > cwnd
Gerrit Renker
Re: [PATCH 5/6]: Deadlock and spurious timeouts when Ack Ratio > cwnd
Ian McDonald
[PATCH 4/6]: Don't assign negative values to Ack Ratio
Gerrit Renker
Re: [PATCH 4/6]: Don't assign negative values to Ack Ratio
Ian McDonald
[PATCH 3/6]: Fix sequence number arithmetic/comparisons
Gerrit Renker
Re: [PATCH 3/6]: Fix sequence number arithmetic/comparisons
Ian McDonald
[PATCH 1/6]: Don't process Ack twice in Respond state
Gerrit Renker
Re: [PATCH 1/6]: Don't process Ack twice in Respond state
Ian McDonald
[PATCH 2/6]: Bug in reading Ack Vectors
Gerrit Renker
Re: [PATCH 2/6]: Bug in reading Ack Vectors
Ian McDonald
[PATCH 0/6]: Bug fixes part 1
Gerrit Renker
Gstreamer e DCCP: issues related to ccid-3
Łeandro Sales
Re: Gstreamer e DCCP: issues related to ccid-3
Gerrit Renker
Re: Gstreamer e DCCP: issues related to ccid-3
Gerrit Renker
Re: Gstreamer e DCCP: issues related to ccid-3
Ian McDonald
Re: Gstreamer e DCCP: issues related to ccid-3
Łeandro Sales
Re: Gstreamer e DCCP: issues related to ccid-3
Gerrit Renker
[Announce][PATCH v2 1/1]: Patch dropped / [DCCP]: Initialisation and type-checking of feature sysctls
Gerrit Renker
Re: [Announce][PATCH v2 1/1]: Patch dropped / [DCCP]: Initialisation and type-checking of feature sysctls
Arnaldo Carvalho de Melo
[PATCH 5/5] [CCID2/3]: Initialisation assignments of 0 are redundant
Arnaldo Carvalho de Melo
[PATCH 4/5] [DCCP]: Unaligned pointer access
Arnaldo Carvalho de Melo
[PATCH 3/5] [DCCP]: Convert Reset code into socket error number
Arnaldo Carvalho de Melo
[PATCH 2/5] [DCCP]: One more exemption from full sequence number checks
Arnaldo Carvalho de Melo
[PATCH 1/5] [DCCP]: Retrieve packet sequence number for error reporting
Arnaldo Carvalho de Melo
[PATCHES 0/5]: DCCP bug fixes
Arnaldo Carvalho de Melo
Re: [PATCHES 0/5]: DCCP bug fixes
David Miller
[PATCH][DCCP 1/1] Implement SIOCINQ/FIONREAD
Arnaldo Carvalho de Melo
Re: [PATCH][DCCP 1/1] Implement SIOCINQ/FIONREAD
Ian McDonald
Re: [PATCH][DCCP 1/1] Implement SIOCINQ/FIONREAD
Łeandro Sales
Re: [PATCH][DCCP 1/1] Implement SIOCINQ/FIONREAD
David Miller
How much is available for reading on the socket?
Łeandro Sales
Re: How much is available for reading on the socket?
Tommi Saviranta
Re: How much is available for reading on the socket?
Gerrit Renker
Re: How much is available for reading on the socket?
Tommi Saviranta
Re: How much is available for reading on the socket?
Arnaldo Carvalho de Melo
Re: How much is available for reading on the socket?
Łeandro Sales
Re: How much is available for reading on the socket?
Gerrit Renker
Re: How much is available for reading on the socket?
Gerrit Renker
Re: How much is available for reading on the socket?
Ian McDonald
[RFC]: field name identifier conventions
Gerrit Renker
Re: [RFC]: field name identifier conventions
Ian McDonald
Re: [RFC]: field name identifier conventions
Gerrit Renker
[PATCH 0/1][RFC]: field name identifier conventions
Gerrit Renker
[PATCH 1/1][RFC]: field name identifier conventions
Gerrit Renker
Re: [PATCH 1/1][RFC]: field name identifier conventions
Arnaldo Carvalho de Melo
Re: [PATCH 1/1][RFC]: field name identifier conventions
Gerrit Renker
Re: [RFC]: field name identifier conventions
Arnaldo Carvalho de Melo
Re: [RFC]: field name identifier conventions
Arnaldo Carvalho de Melo
Re: [RFC]: field name identifier conventions
Łeandro Sales
systemtap networking tapsets was: Re: [RFC]: field name identifier conventions
Arnaldo Carvalho de Melo
Re: systemtap networking tapsets was: Re: [RFC]: field name identifier conventions
Gerrit Renker
Re: systemtap networking tapsets was: Re: [RFC]: field name identifier conventions
Arnaldo Carvalho de Melo
Re: systemtap networking tapsets was: Re: [RFC]: field name identifier conventions
Gerrit Renker
Re: systemtap networking tapsets was: Re: [RFC]: field name identifier conventions
Arnaldo Carvalho de Melo
Re: systemtap networking tapsets was: Re: [RFC]: field name identifier conventions
Gerrit Renker
Re: systemtap networking tapsets was: Re: [RFC]: field name identifier conventions
Arnaldo Carvalho de Melo
Re: [RFC]: field name identifier conventions
Tommi Saviranta
test
cipachki00 cipachki00
[PATCH v2 1/1]: Collect all scattered sysctl variables into sysctl.c
Gerrit Renker
Re: [PATCH v2 1/1]: Collect all scattered sysctl variables into sysctl.c
Ian McDonald
DCCP socket API
Mojtaba Hosseini
[no subject]
Mojtaba Hosseini
Re:
Łeandro Sales
Re: [patch] net/DCCP: fix link error with !CONFIG_SYSCTL
Gerrit Renker
[patch 1/1][Resent]: Collect all scattered sysctl variables into sysctl.c
Gerrit Renker
[PATCH 5/5]: Reorder statements with regard to option length
Gerrit Renker
Re: [PATCH 5/5]: Reorder statements with regard to option length
Ian McDonald
[PATCH 4/5]: Leave headroom for options when calculating the MPS
Gerrit Renker
Re: [PATCH 4/5]: Leave headroom for options when calculating the MPS
Ian McDonald
[PATCH 3/5]: Introducing CCMPS
Gerrit Renker
Re: [PATCH 3/5]: Introducing CCMPS
Ian McDonald
[PATCH 2/5]: More informative registration
Gerrit Renker
Re: [PATCH 2/5]: More informative registration
Ian McDonald
[PATCH 1/5]: Documentation for CCID operations
Gerrit Renker
Re: [PATCH 1/5]: Documentation for CCID operations
Ian McDonald
[PATCH 0/5]: Option headroom, MPS, and FIXME in dccp_sync_mss
Gerrit Renker
[Announce]: How to add a new CCID for feature negotiation
Gerrit Renker
DCCP feature negotiation via setsockopt/getsockopt
Łeandro Sales
Re: DCCP feature negotiation via setsockopt/getsockopt
Gerrit Renker
CCID3 and CCID4 share code status
Łeandro Sales
Re: CCID3 and CCID4 share code status
Gerrit Renker
[PATCH 5/5]: Use feature-negotiation to report Ack Ratio changes
Gerrit Renker
Re: [PATCH 5/5]: Use feature-negotiation to report Ack Ratio changes
Ian McDonald
[PATCH 4/5]: Minisock unemployed
Gerrit Renker
Re: [PATCH 4/5]: Minisock unemployed
Ian McDonald
[PATCH 1/5]: Exploit the `Ack Pending' flag
Gerrit Renker
Earlier messages
Later messages