[syslinux] com32 ssh/telnet support?

H. Peter Anvin hpa at zytor.com
Wed Aug 12 05:29:11 PDT 2009


On 08/12/2009 05:15 AM, Alexander Clouter wrote:
> * Ryan McLean <pvtryan100 at googlemail.com> [2009-08-12 12:33:47+0100]:
>> Geert Stappers wrote:
>>
>> Hmm thinking about this some more.
>>
>> Rather than implement a tcp stack we could just use UDP.
>>
> UDP has no concept of 'connections' so you would have to some how tell 
> it to send stdio to some destination.
> 

UDP is just a packet interface, so you end up implementing a stream
layer (e.g. TCP) yourself.

	-hpa

-- 
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel.  I don't speak on their behalf.




More information about the Syslinux mailing list