Go Back   Velocity Reviews > Newsgroups > C Programming
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

C Programming - Re: How to format/send/receive UDP packet in C?

 
Thread Tools Search this Thread
Old 06-24-2003, 03:39 AM   #1
Default Re: How to format/send/receive UDP packet in C?


In article <>,
Abby <> wrote:
>I'd like to ask about how to format/send/receive UDP datagram packet
>in C language. The server that I'd like to send the packet to is
>listening on port 1500. When I succesfully connect to that port, it's
>gonna create and send a packet back to the client. The only code I
>need to write is the client-side code. The problem is, I don't have
>any idea how to:


There are a couple of books authored by Stevens (can't remember his
first name at the moment). They're called "unix network programming" or
something like that and they go into all the excruciating detail you'd
ever want to know. Don't let the name fool you because even thought
they're written with Unix in mind they're handy references for any system
that supports sockets (i.e. windows).
y

--
john R. Latala



jrlatala@shell.golden.net
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump