I'm 100% new to programming C w/ connecting to other computers, listening for it, sending/recieving packets basically. Well I have this one program send a packet to a server, where there's a program listening for it - if it gets it i know that inet_ntoa(si_other.sin_addr) is the IP that's connecting to the program, how can I make it check this against a string, having a few problems with that o.o Thanks