Description: I write to achieve similar to the MSN instant messaging software, based on linux socket programming, a complete client, server-side code to achieve the friends management, thread pool, file transfer, simple features such as audio transmission
File list (Check if you may need any files):
realmsg-4\aaa
.........\aaadfs
.........\client
.........\client.c
.........\client.o
.........\common.h
.........\cscope.out
.........\list.h
.........\logmsg.c
.........\logmsg.h
.........\logmsg.o
.........\Makefile
.........\server
.........\server.c
.........\server.o
.........\share.c
.........\share.h
.........\share.o
.........\test\accept
.........\....\accept.c
.........\....\accept.o
.........\....\connect
.........\....\connect.c
.........\....\connect.o
.........\....\Makefile
.........\....\usock.c
.........\....\usock.h
.........\....\usock.o
.........\thread.c
.........\thread.h
.........\thread.o
.........\usock.c
.........\usock.h
.........\usock.o
.........\test
realmsg-4