in reply to Re: Client writing
in thread Client writing
Is the server TCP or UDP?
> the data will be TCP SOCK-STREAM
Are the data sent as ascii or binary integers?
> the data will be binary integers
Network Byte Order?
> the ints will be recieved in NBO must be multiplied
> together and then the answer sent back in NBO
16, 32, or 64 integers?
> ummm.....eheh i don't know would it make a difference?