Re: sending structure through SENDTO()
- From: davids@xxxxxxxxxxxxx
- Date: 26 May 2006 14:19:06 -0700
is this ligitimate?
There is no way to tell from the information you presented. You cannot
compare the server to the client. You must compare both the server and
the client to the specification.
Trust me, you really need to draw up a protocol specification that
explains what *bytes* the client is supposed to send to the server.
Then the client will be legitimate if it sends those bytes and the
server will be legitimate if it properly handles those bytes. You
cannot compare the client to the server directly -- that only leads to
pain.
DS
.
- Follow-Ups:
- Re: sending structure through SENDTO()
- From: Itamar
- Re: sending structure through SENDTO()
- From: Barry Margolin
- Re: sending structure through SENDTO()
- References:
- sending structure through SENDTO()
- From: ataanis
- Re: sending structure through SENDTO()
- From: davids
- Re: sending structure through SENDTO()
- From: ataanis
- sending structure through SENDTO()
- Prev by Date: Re: sending structure through SENDTO()
- Next by Date: Re: sending structure through SENDTO()
- Previous by thread: Re: sending structure through SENDTO()
- Next by thread: Re: sending structure through SENDTO()
- Index(es):
Relevant Pages
|