Tagged Questions

1
vote
3answers
70 views

what is best port for program

Which of the following ports is the best one to use for a program I'm working on using a custom protocol still under development. I'm looking for one that will be accessible to vir …
0
votes
2answers
53 views

C# how to get data from server database

How to get data from server database (SQL Server)? The scenario, client press the download button then the data from the server that has been queried (SELECT) and the result is sen …
2
votes
3answers
82 views

What are the effects of incorrectly setting the netmask?

What are the effects of incorrectly setting the netmask? I have a C++ application that sets the network mask of a device. If the netmask is set incorrectly, tftp doesn't seem to …
0
votes
1answer
14 views

Inspect network traffic from simple linux cli app

I'm running a small app on the command line, and I'm trying to watch the (http) network traffic it creates. Is there some kind of wrapper program (like 'time', or 'watch') which c …
4
votes
4answers
95 views

Does GCC’s __attribute__((__packed__))…?

Purpose I am writing a network program in C (specifically gnu89) and I would like to simplify things by reinterpreting a certain struct X as big array of bytes (a.k.a. char), send …
0
votes
3answers
74 views

Listen to a port that is in use [closed]

Possible Duplicate: Get connecting IP from specified ports that using by other program. If a port is used by a program, is there any way I can listen that port and get the …
0
votes
3answers
54 views

How do I check out a subversion repository from a network share?

I have a Subversion repository on my laptop in my room (windows Vista), but I want to check it out to a computer upstairs (Ubuntu Linux). I put the repository on a network share bu …
0
votes
0answers
17 views

network adapter connection in oracle11g not found? [closed]

I cant have a connection and cant open sql developer, it says network adapter not found?
0
votes
4answers
64 views

Help Socket Programming

Hi All In my application I fetching the updated data in every 25 second… but some time my application crashes while fetching the updated data.. to resolve this we are planning to …
0
votes
1answer
58 views

Get connecting IP from specified ports that using by other program.

Hi, Does anyone know how to Get connecting IP from a specified port that is using by another program. in C#. Thanks
2
votes
2answers
41 views

How to determine Android internet connection?

How can I determine the current internet connection type available to an Android device? e.g. have it return WiFi, 3G, none.
0
votes
3answers
42 views

Mixed Windows and *nix environment - ‘local’ suffix issue

Dear all, Stupid question - apologies in advance. I have a mixed Windows and Linux dev environment, and the server is Linux (Ubuntu). Let's say the server is called 'myserver'. …
0
votes
0answers
29 views

getaddrinfo() returning only ::1 as IPV6 address,

I'm using getaddrinfo() to return all assigned IP addresses (both IPv4 and IPv6) for my local machine. I see that on XP, getaddrinfo() only returns ::1 ( I installed the IPV6 sta …
0
votes
1answer
67 views

Client-to-client messaging in cocoa?

Hi, erm, now I trying to do a messaging between both client instead of client to server. So if I'm not wrong we can't startup service individually but how to see whether is setting …
0
votes
2answers
61 views

DNS answer returning NS records without IP addresses , is this normal ?

In my application, I have to send notification e-mails from time to time. In order to send mail (over SMTP), I have to get the MX server of that particular domain (domain part of e …

1 2 3 4 5 30 next
15 30 50 per page