Re: [colorforth] ether-ip-udp image
- Subject: Re: [colorforth] ether-ip-udp image
- From: Samuel Falvo <falvosa@xxxxxxxxx>
- Date: Sun, 22 Jun 2003 13:43:18 -0700 (PDT)
> I've started on PPP several times, but haven't even written any code.
> Priorities again. TCP will be easy, as you can see from the UDP code. And
> UDP needs to assemble packets in order to handle web pages. It works fine
> for 1K blocks, which was the intent.
HTTP runs over TCP, not UDP. Also, TCP is a very, very complex beast compared
to UDP. Forth can help simplify it, but there is a basic level of complexity
inherent in TCP's normal operation. I suspect TCP itself will probably consume
about 3 blocks of code, while UDP doesn't even cover a quarter of one block.
There are lots of out-of-band communications in TCP designed to help ensure a
reliable connection, which the application never actually sees.
--
Samuel A. Falvo II
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: colorforth-unsubscribe@xxxxxxxxxxxxxxxxxx
For additional commands, e-mail: colorforth-help@xxxxxxxxxxxxxxxxxx
Main web page - http://www.colorforth.com