Search Results

Search: Posts Made By: darkspace
Forum: Programming 09-20-2002
3,447
Posted By darkspace
OR
Sorry,

but he said chr== ' ' OR chr == '<'. And you say && which means AND, therefore you will never find a char which is both: ' ' AND '<'.

I think you have to use || which means OR instead...
Forum: Programming 08-29-2002
6,661
Posted By darkspace
32-bit timestamp
Hi everyone,

does someone know a function to get a 32-bit timestamp, precise enough to cover more than seconds, such as gettimeofday() for example?
And also a function for the 64-bit NTP...
Forum: Programming 08-26-2002
4,177
Posted By darkspace
Exactly, i do not want to store the file into a...
Exactly, i do not want to store the file into a buffer (for read or write), but write/read it directly from disk to the socket/ from socket to disk.
I got one solution by mapping the file, then i...
Forum: Programming 08-24-2002
4,177
Posted By darkspace
direct transmission of files via TCP/IP
Hi,
is it possible to write files via write() to a socket and read it on the other side via read(), without going through buffers? Iif not via write() and read() are there other possibilities?
...
Forum: Programming 05-16-2002
3,429
Posted By darkspace
Network programming
Hi,
I`m trying to do some multicast programming, and i`m looking for a C-function to convert an Interfacename to an IP-address or/and a C-function to convert an Interfaceindex to an IP-address.
...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 03:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy