Shift-click to download it.
Name Last modified Size Description
Parent Directory 05-Jan-2004 08:31 -
client_udp.c 21-May-2003 18:07 1k
client_udp_request_r..> 21-May-2003 18:07 1k
client_udp_request_r..> 21-May-2003 18:07 1k
client_udp_request_r..> 21-May-2003 18:07 2k
convertlinux 21-May-2003 18:07 1k
convertlinux.ed 21-May-2003 18:07 1k
convertmac 21-May-2003 18:07 1k
convertmac.ed 21-May-2003 18:07 1k
makefile 21-May-2003 18:07 4k
multicast_receiver.c 21-May-2003 18:07 1k
multicast_rectest.c 21-May-2003 18:07 2k
putblock.c 21-May-2003 18:07 1k
request_reply.c 21-May-2003 18:07 1k
request_reply_timeout.c 21-May-2003 18:07 1k
request_reply_timeou..> 21-May-2003 18:07 1k
restart.c 21-May-2003 18:07 6k
restart.h 21-May-2003 18:07 1k
sender_udp.c 21-May-2003 18:07 1k
server_udp.c 21-May-2003 18:07 1k
server_udp_request_r..> 21-May-2003 18:07 1k
u_comparehost.c 21-May-2003 18:07 1k
u_gethostinfo.c 21-May-2003 18:07 1k
u_gethostname.c 21-May-2003 18:07 1k
u_join.c 21-May-2003 18:07 1k
u_leave.c 21-May-2003 18:07 1k
u_openudp.c 21-May-2003 18:07 1k
u_recvfrom.c 21-May-2003 18:07 1k
u_recvfromtimed.c 21-May-2003 18:07 1k
u_sendto.c 21-May-2003 18:07 1k
uiciname.c 21-May-2003 18:07 4k
uiciname.h 21-May-2003 18:07 1k
uiciudp.c 21-May-2003 18:07 9k
uiciudp.h 21-May-2003 18:07 1k
This file contains information about compiling the programs from Chapter 20 of UNIX Systems Programming. Under Solaris: no changes needed. Under Linux: Compiling the programs under Linux typically requires that the constant _GNU_SOURCE be defined. Run the convertlinux program once to modify the makefile use this constant. Also, Linux does not need the -lsocket library. The convertlinux program removes this from makefile. Under Mac OS X: Mac OS X does not need either of the libraries -lsocket or -lnsl. Run the convertmac program once to remove these from the makefile. If you run the programs on another system and need to make modifications to make them work, please send email to authors@usp.cs.utsa.edu to let us know what you did.