Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
EOL in TCP
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
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
 
Barry Margolin  
View profile  
 More options Jan 16 1998, 3:00 am
Newsgroups: comp.protocols.tcp-ip
From: Barry Margolin <bar...@bbnplanet.com>
Date: 1998/01/16
Subject: Re: EOL in TCP

In article <34BF5EDC.3...@rcs.sel.de>,
Siegfried Klein  <skl...@rcs.sel.de> wrote:

>I discovered a EOL service in the TCP protocol. Using this, I would like
>to use packet service over TCP. How can I achieve this? Can it be done
>using sockets?

What is "EOL service"?  If it stands for "End of Line", where did you
"discover" this?  TCP doesn't specify the interpretation of the data it
transports, this is normally done by the application (most of the common
protocols, such as TELNET, FTP, and SMTP, use CR LF to indicate end of
line).

TCP doesn't implement a packet service, it implements a byte stream.  If
you want to define record boundaries, this again should be implemented in
the application, by representing the record in the TCP data.  If you're
looking for a way to ensure that a single write() by the sender translates
to a single read() by the receiver, there's no way to do this at the TCP
level.

--
Barry Margolin, bar...@bbnplanet.com
GTE Internetworking, Powered by BBN, Cambridge, MA
Support the anti-spam movement; see <http://www.cauce.org/>
Please don't send technical questions directly to me, post them to newsgroups.


 
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.
Siegfried Klein  
View profile  
 More options Jan 16 1998, 3:00 am
Newsgroups: comp.protocols.tcp-ip
From: Siegfried Klein <skl...@rcs.sel.de>
Date: 1998/01/16
Subject: EOL in TCP

Hi folks,

I discovered a EOL service in the TCP protocol. Using this, I would like
to use packet service over TCP. How can I achieve this? Can it be done
using sockets?

many thanks in advance

Siegfried Klein, Dietrich Zeller


 
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.
End of messages
« Back to Discussions « Newer topic     Older topic »