![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| recv syscall for socket programming | heljy | High Level Programming | 2 | 06-16-2008 04:24 AM |
| log send, sendrec, recv and notify system calls | pedrosacosta | UNIX for Dummies Questions & Answers | 0 | 02-04-2008 01:45 PM |
| socket programming : client server IPC | abc.working | UNIX for Dummies Questions & Answers | 3 | 10-17-2007 01:25 AM |
| send and recv ARP package in AS3.0 | lameryang | High Level Programming | 0 | 09-21-2005 08:05 PM |
| client app not letting go of socket | fusion99 | UNIX for Dummies Questions & Answers | 1 | 02-20-2004 06:13 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
UDP socket - can both client and server recv and send
Hi,
Am very new to socket programming. When we use UDP sockets to communicate between two processess, will both the client/server socket be able to send/recv ? meaning can sendto()/ recvfrom() be used on both server and client? It could be useful even if anybody provide some link on socket programming in C. Thanks |
| Forum Sponsor | ||
|
|
|
|||
|
Yes, unless the socket has been closed from duplex operation, such as with shutdown().
For C socket programming resources, this is a popular one: http://beej.us/guide/bgnet/output/ht...age/index.html |
|||
| Google The UNIX and Linux Forums |
| Thread Tools | |
| Display Modes | |
|
|