All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eddie Kohler <kohler@cs.ucla.edu>
To: dccp@vger.kernel.org
Subject: Re: DCCP support in VLC
Date: Sat, 06 Oct 2007 21:55:06 +0000	[thread overview]
Message-ID: <4708043A.3010005@cs.ucla.edu> (raw)
In-Reply-To: <200709271930.03854.rdenis@simphalempin.com>

A quick note on half-close.

The DCCP state machine has no half-closed state, but the Data Dropped option's 
Drop Code 1, "Application Not Listening", can be used like a TCP 
shutdown-for-receive.

Eddie


Gorry Fairhurst wrote:
> Gerrit Renker wrote:
>> |  > When the Reset closing the connection arrives, the same shutdown 
>> mask is
>> |  > set as in TCP. What I thus think you could do as a
>> |  > test-for-end-of-connection is to test whether the socket 
>> descriptor is
>> |  > still read/writeable.
>> |  |  If it works like TCP, shutdown-for-recv will make the socket 
>> always readable, |  and will not affect writeability at all, since the 
>> sending half may still be |  open. As such, I don't think it will 
>> solve the problem.
>> DCCP has no half-close (RFC 4340, 4.6), so closing the socket shuts 
>> down both the
>> read and the write end (i.e. SHUT_RDWR is set by the kernel) - you 
>> could test for this.
>>
>> |  Currently, I am assuming that length = 0 means end-of-connection, 
>> because I |  only use RTP/RTCP, so zero bytes is not a valid packet 
>> length. But that's a |  little bit ugly.
>> It would be better to use a different solution. 
>  >
> I agree.
> 
>> There has also been discussion to use
>> 0-sized packets for keep-alive or congestion messages 
>  > (I hope that this remains talk only).
>>
> It's my understanding that the use of zero-length DATA packets as 
> transport-layer
> keep alives (to probe for congestion status) was removed from the Faster 
> Restart proposal at the last IETF DCCP WG meeting.
> This use was omitted from the latest revision of the FR draft.
> 
> However, DCCP still does allow the application to send zero-sized DATA 
> from the API, just as UDP currently permits. (You may never wish to use 
> this if you have an application layered over RTP.)
> 
> Gorry
> -
> To unsubscribe from this list: send the line "unsubscribe dccp" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

      parent reply	other threads:[~2007-10-06 21:55 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-27 16:30 DCCP support in VLC Rémi Denis-Courmont
2007-09-28 11:33 ` Gerrit Renker
2007-09-28 15:25 ` Rémi Denis-Courmont
2007-09-28 15:40 ` Gerrit Renker
2007-09-29 11:52 ` Rémi Denis-Courmont
2007-09-29 16:52 ` Gerrit Renker
2007-10-01  6:23 ` Gorry Fairhurst
2007-10-06 21:55 ` Eddie Kohler [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4708043A.3010005@cs.ucla.edu \
    --to=kohler@cs.ucla.edu \
    --cc=dccp@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.