network-programming Questions

6

Hi every one i am trying to understand vlan behavior on tagged and untagged packets.i have come across these statement which sounds quite confusing to me When a tagged packet enters a port, the de...
Connolly asked 22/12, 2011 at 8:10

2

We're creating a heavy-load network-traffic-centric application and run those server quite successful for many, many years under Java 8. Network-traffic-centric means that quite often the server ha...
Polis asked 29/8 at 11:43

5

Solved

When I use display filter for HTTP it shows only HTTP packets when HTTP message is on standard port i.e. on port 80. But, when message is not using standard port, then display filter not works for ...
Trebuchet asked 8/11, 2013 at 6:25

2

I want to detect if an address is temporary ipv6 address, i using getifaddrs to get the list of addresses but don't know how to get that info from there. And if possible i want that to work for lin...
Fellah asked 24/7, 2013 at 12:14

2

Solved

I am capturing network traffic by using tcpdump. The problem is: I can't see all capture data when the package is too long. For example, when the tcp frame length is more than 500, I just see 100-2...
Aristippus asked 13/7, 2016 at 3:38

4

Solved

I have a small TV box device running Android. Whenever I bring up the Wi-Fi interface, the Ethernet interface is disconnected. If I then bring up the Ethernet device, the Wi-Fi interface. I have t...
Kamakura asked 9/8, 2013 at 9:27

3

Mine is similar to this question. How to copy a file from a network share to local disk with variables? The only difference is my network drive has a password protect with username and password. ...
Hick asked 12/4, 2010 at 22:24

5

Solved

Just as you'd ping an IP of to a server to check if it is up, can we also check if, on that running server, a port is active/open? this just comes from my head,but can you be more specific in your...
Historical asked 4/6, 2015 at 5:3

2

I need to broadcast a message using UDP from my Android app to every device on my network (ethernet). I'm lost on how to do this though because there doesn't seem to be any documentation on how to ...
Homeo asked 23/9, 2020 at 15:10

2

Solved

I'm getting introduced into IPv6 and I've read that IPv4 addresses can be mapped to IPv6 by using the ::ffff: prefix. This led me to think whether address ::ffff:127.0.0.1 refers to localhost, so I...
Trescott asked 12/4, 2018 at 9:59

5

We followed the guide to setup an SSL application gateway - https://learn.microsoft.com/en-us/azure/application-gateway/application-gateway-ssl-portal. When I create the rule for https traffic, I...
Cullie asked 28/2, 2017 at 2:57

3

Solved

As it is stated in the Linux man page Use this constant as the level argument to getsockopt or setsockopt to manipulate the socket-level options described in this section But I don't get this...
Marty asked 2/2, 2014 at 20:40

2

Solved

I am currently working on Flutter app. I have to implement Dynamic Adaptive Streaming over HTTP(DASH) protocol for video streaming on my app. For that I have to know the current internet bandwidth ...
Orsini asked 12/4, 2019 at 0:54

19

Solved

I need to get the IP address of an iOS device in Swift. This is not a duplicate of other questions about this! I need to get only WiFi IP address. If there is no WiFi IP address, I need to handle i...
Crossexamine asked 10/6, 2015 at 6:16

3

Solved

In the android network security docs , it says to create a network_security_config.xml file in res/xml folder. In order to make an entry in manifest file, it says to make an entry in this way &lt...
Jonas asked 30/1, 2017 at 12:43

5

Solved

Is it possible to disconnect from localhost? I'm writing a Node.js WebSocket server, and I want to test locally what would happen if the connection closes erroneously. If I were testing remotely,...
Steffi asked 28/8, 2012 at 15:10

6

Solved

I'm trying to compile beej's guide to network programming examples, but Windows XP doesn't have such a function. I'm using mingw, if it makes any difference.
Todo asked 13/10, 2009 at 16:44

3

I don't use the default VPC. I have created another VPC. However, I haven't assigned my other VPC as default. I would like to delete my default VPC and set my other VPC as default. I read some arg...
Messenger asked 27/3, 2018 at 18:44

3

Solved

I am developing a time-critical app on a Raspberry PI, and I need to send an image over the wire. When my image is captured, I am doing like this: # pygame.camera.Camera captures images as a Surfa...
Till asked 5/10, 2013 at 1:55

7

Solved

I'm writing a program in C# that needs to monitor the amount of internet bandwidth currently in use so it can do a background upload when the internet usage is low. How can I automatically determin...
Babiche asked 31/1, 2010 at 19:20

4

Solved

Quick question, wondering if anyone knew what the limit is for SO_RCVBUF under Windows.
Fortunna asked 19/2, 2009 at 15:21

14

I am working on an a PHP web application and i need to perform some network operations in the request like fetching someone from remote server based on user's request. Is it possible to simulate a...
Cherlynchernow asked 9/1, 2013 at 13:27

4

This is simple Client-Server chat program.This code is working fine on computers connected on Network, how to modify it such that it can connect between computers over the Internet. Using Public IP...
Reverence asked 2/8, 2013 at 15:50

3

Solved

I installed Lubuntu on Virtualbox. I'm using Windows 7 x64. My VM is 32 bit version. The internet works using Bridged Adapter, but I'm trying to use NAT so I can use a VPN. In Network and Sharing C...
Trickish asked 8/10, 2014 at 18:39

3

I wrote a program that monitors an IMAP email account. It runs on a schedule, on a laptop that I travel with. Sometimes it runs when my internet connection is through my mobile device, which has a ...
Fatuous asked 20/4, 2013 at 16:10

© 2022 - 2024 — McMap. All rights reserved.