0
votes
5answers
75 views
Datastructure alignment.
So, I'm coding some packet structures (Ethernet, IP, etc) and noticed that some of them are followed by attribute((packed)) which prevents the gcc compiler from attempting to add p …
0
votes
2answers
70 views
java read file from network device
can someone help me to find a tutorial or sample java code for
reading file from a any machine which is same network
0
votes
1answer
32 views
Magic Packets and Virtual Networks
Hi All,
I have 2 virtual networks, say 10.116.10.xxx and 10.116.11.xxx. I have the following code to send a magic packet:
using System;
using System.Net;
using System.Net.Sockets …
0
votes
1answer
37 views
How non blocking read/write throught remote FileSystem
Hi,
Is there a way to write and read files on a remote filesystem (such as NFS, SSHFS, or sambafs)
in a way that read or write or even open return immediately with an error code ?
…
2
votes
2answers
20 views
WCF sending huge data
I want to send a huge set of data to a WCF service.
The data might consist of thousands od records (entities), depending on the parsed input file.
Now the question is: what is the …
0
votes
2answers
64 views
C Network Programming - Winsock
Hey,
I have been learning C over the last two weeks, managed to get my head around pointers, arrays and structures.
I am looking to do a bit of socket programming on windows and …
2
votes
5answers
160 views
Does Indy support raw TCP sockets on Windows?
I'm a C++ programmer, but my question is about the Delphi network socket library Indy.
Essentially as Microsoft crippled raw sockets with WinXP SP2 so that TCP data cannot be sent …
1
vote
1answer
60 views
C++/Qt download file in sync
Hi
I want to achieve to download a file in a separate thread and store that file,
but I was not able to find an appropriate way to achieve this without evil delay (quite frequent d …
1
vote
2answers
42 views
Does python twisted framework HttpClient access proxy?
I need to access a webpage using
twisted.web.client.getPage()
or a similar method to download a webpage from a known address (ie:www.google.com), the problem is: I am behind a p …
0
votes
0answers
16 views
what is the difference between SAN,NAS and DAS? [closed]
what is the difference between SAN,NAS and DAS?
0
votes
2answers
20 views
Google Chrome breaks network connection when JavaScript errors
I have this strangest problem and I can't debug it.
I am writing a heavy JavaScript application, which spawns a popup when user uploads a file. The actual file transfer happens in …
0
votes
1answer
41 views
C# API to test if a network Adapter is firewalled
Given -
.Net 2.0
XP machine with SP2 and
multiple network adapters
Is there an API that can be used to check if the network adapter is firewalled?
OneGuyInDC
0
votes
3answers
29 views
Java application hanging if network is modified
I am working on an eclipse app that has got multiple views. From these views I have to access some data over the wire. An error is thrown in following scenario.
Step 1: Start app, …
0
votes
0answers
21 views
Sub-net Routing [closed]
Applications hosted on servers located in the same subnet cannot reference domain names (VIP) hosted on the load balancer for the subnet.
Assumption: server A and server B are hos …
1
vote
2answers
31 views
automatic renaming and numbering of nics using udev
I'm writing on an udev-rule to automatically rename and number NICs with specific MAC addresses.
The resulting rule should do nearly the same 75-persistent-net-generator.rules doe …
