Can a lot of traffic reset the connection of the router? The 2019 Stack Overflow Developer...
How to pronounce 1ターン?
Didn't get enough time to take a Coding Test - what to do now?
Why can't devices on different VLANs, but on the same subnet, communicate?
What LEGO pieces have "real-world" functionality?
Wall plug outlet change
How to copy the contents of all files with a certain name into a new file?
Finding the path in a graph from A to B then back to A with a minimum of shared edges
How to delete random line from file using Unix command?
Is there a writing software that you can sort scenes like slides in PowerPoint?
Why is the object placed in the middle of the sentence here?
Relations between two reciprocal partial derivatives?
How do I add random spotting to the same face in cycles?
I could not break this equation. Please help me
Format single node in tikzcd
Did the new image of black hole confirm the general theory of relativity?
University's motivation for having tenure-track positions
Take groceries in checked luggage
how can a perfect fourth interval be considered either consonant or dissonant?
What can I do if neighbor is blocking my solar panels intentionally?
Keeping a retro style to sci-fi spaceships?
What's the point in a preamp?
Python - Fishing Simulator
does high air pressure throw off wheel balance?
Mortgage adviser recommends a longer term than necessary combined with overpayments
Can a lot of traffic reset the connection of the router?
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Why does my D-Link Router keeps dropping my Outlook and Lync connection?How can I fix my D-Link wireless router so it doesn't need constant resetting?Wireless traffic stops when downloading large files at high speed: packets lost (Linksys WRT120N router)Routers and NAT hole punching?udp client sending ICMP “port unreachable” when receiveing messages from the serverBypassing the router doesn't work?How come my computer does not establish an internet connection after restart until I reboot my home router?Connecting my PC to my router kills the internet connection (Windows 7)Network switch sometimes does not allow computers to connect to the router. Perpetual “Identifying network…”Troubleshooting Linux Internet connection when router, LAN traffic, DNS, and other APs work fine
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I have created an application for fun, that establishes a P2P "connection" and sends some data through UDP from one end to the other.
I noticed that when I run the application on two different devices (both connected with ethernet cables) in the network, and if the throughput of the application is high and it sends a lot of packets, usually the router stops working.
From what I understand it completely resets the connection. It's like it performs a reboot. Internet and phone both stop working for 5 minutes or so, which is similar to how much time it takes after a reboot of the router. After that the internet connection is available again.
So my question is, can this be caused just because of the rate of packets that are being transmitted? Why?
If that's the case does it differ from router to router? Is it a standard rate of throughput that routers can support without resetting the connection, or is it written on each router in the specifications?
Router model: Fritz Box 6490
networking router ethernet udp p2p
New contributor
add a comment |
I have created an application for fun, that establishes a P2P "connection" and sends some data through UDP from one end to the other.
I noticed that when I run the application on two different devices (both connected with ethernet cables) in the network, and if the throughput of the application is high and it sends a lot of packets, usually the router stops working.
From what I understand it completely resets the connection. It's like it performs a reboot. Internet and phone both stop working for 5 minutes or so, which is similar to how much time it takes after a reboot of the router. After that the internet connection is available again.
So my question is, can this be caused just because of the rate of packets that are being transmitted? Why?
If that's the case does it differ from router to router? Is it a standard rate of throughput that routers can support without resetting the connection, or is it written on each router in the specifications?
Router model: Fritz Box 6490
networking router ethernet udp p2p
New contributor
1
From my experience, consumer-grade routers are indeed prone to crashing under “uncommon” traffic load.
– Daniel B
yesterday
@DanielB Do you know if it is because of the firmware or is it a limit of the hardware?
– lostWasIt
yesterday
1
Its a software issue - flashing dd-wrt on a crap router can make it unbelievably more robust. If the router cant cope with thebandwidth it shoukd dro packets, not lock up, and definately not reset.
– davidgo
yesterday
I see. If you want you can post an answer so I can mark it as answered then. Since its software issue it'll be different from router to router, so it answers my question completely.
– lostWasIt
yesterday
Yes, this is most likely a firmware issue. It sounds like you are overloading the router's state table, most just freeze up. Some just have buggy programming, the reboot makes me question if it is overheating under excessive load. (I'm guessing this router is passively cooled) Try putting a small window fan or 12v PC fan on the vents, does it still crap out and reboot? If the answer is no, you have a router that's over heating. The Verizon actiontec mi424 routers are notorious for these symptoms, they don't reboot themselves though.
– Tim_Stewart
yesterday
add a comment |
I have created an application for fun, that establishes a P2P "connection" and sends some data through UDP from one end to the other.
I noticed that when I run the application on two different devices (both connected with ethernet cables) in the network, and if the throughput of the application is high and it sends a lot of packets, usually the router stops working.
From what I understand it completely resets the connection. It's like it performs a reboot. Internet and phone both stop working for 5 minutes or so, which is similar to how much time it takes after a reboot of the router. After that the internet connection is available again.
So my question is, can this be caused just because of the rate of packets that are being transmitted? Why?
If that's the case does it differ from router to router? Is it a standard rate of throughput that routers can support without resetting the connection, or is it written on each router in the specifications?
Router model: Fritz Box 6490
networking router ethernet udp p2p
New contributor
I have created an application for fun, that establishes a P2P "connection" and sends some data through UDP from one end to the other.
I noticed that when I run the application on two different devices (both connected with ethernet cables) in the network, and if the throughput of the application is high and it sends a lot of packets, usually the router stops working.
From what I understand it completely resets the connection. It's like it performs a reboot. Internet and phone both stop working for 5 minutes or so, which is similar to how much time it takes after a reboot of the router. After that the internet connection is available again.
So my question is, can this be caused just because of the rate of packets that are being transmitted? Why?
If that's the case does it differ from router to router? Is it a standard rate of throughput that routers can support without resetting the connection, or is it written on each router in the specifications?
Router model: Fritz Box 6490
networking router ethernet udp p2p
networking router ethernet udp p2p
New contributor
New contributor
New contributor
asked yesterday
lostWasItlostWasIt
62
62
New contributor
New contributor
1
From my experience, consumer-grade routers are indeed prone to crashing under “uncommon” traffic load.
– Daniel B
yesterday
@DanielB Do you know if it is because of the firmware or is it a limit of the hardware?
– lostWasIt
yesterday
1
Its a software issue - flashing dd-wrt on a crap router can make it unbelievably more robust. If the router cant cope with thebandwidth it shoukd dro packets, not lock up, and definately not reset.
– davidgo
yesterday
I see. If you want you can post an answer so I can mark it as answered then. Since its software issue it'll be different from router to router, so it answers my question completely.
– lostWasIt
yesterday
Yes, this is most likely a firmware issue. It sounds like you are overloading the router's state table, most just freeze up. Some just have buggy programming, the reboot makes me question if it is overheating under excessive load. (I'm guessing this router is passively cooled) Try putting a small window fan or 12v PC fan on the vents, does it still crap out and reboot? If the answer is no, you have a router that's over heating. The Verizon actiontec mi424 routers are notorious for these symptoms, they don't reboot themselves though.
– Tim_Stewart
yesterday
add a comment |
1
From my experience, consumer-grade routers are indeed prone to crashing under “uncommon” traffic load.
– Daniel B
yesterday
@DanielB Do you know if it is because of the firmware or is it a limit of the hardware?
– lostWasIt
yesterday
1
Its a software issue - flashing dd-wrt on a crap router can make it unbelievably more robust. If the router cant cope with thebandwidth it shoukd dro packets, not lock up, and definately not reset.
– davidgo
yesterday
I see. If you want you can post an answer so I can mark it as answered then. Since its software issue it'll be different from router to router, so it answers my question completely.
– lostWasIt
yesterday
Yes, this is most likely a firmware issue. It sounds like you are overloading the router's state table, most just freeze up. Some just have buggy programming, the reboot makes me question if it is overheating under excessive load. (I'm guessing this router is passively cooled) Try putting a small window fan or 12v PC fan on the vents, does it still crap out and reboot? If the answer is no, you have a router that's over heating. The Verizon actiontec mi424 routers are notorious for these symptoms, they don't reboot themselves though.
– Tim_Stewart
yesterday
1
1
From my experience, consumer-grade routers are indeed prone to crashing under “uncommon” traffic load.
– Daniel B
yesterday
From my experience, consumer-grade routers are indeed prone to crashing under “uncommon” traffic load.
– Daniel B
yesterday
@DanielB Do you know if it is because of the firmware or is it a limit of the hardware?
– lostWasIt
yesterday
@DanielB Do you know if it is because of the firmware or is it a limit of the hardware?
– lostWasIt
yesterday
1
1
Its a software issue - flashing dd-wrt on a crap router can make it unbelievably more robust. If the router cant cope with thebandwidth it shoukd dro packets, not lock up, and definately not reset.
– davidgo
yesterday
Its a software issue - flashing dd-wrt on a crap router can make it unbelievably more robust. If the router cant cope with thebandwidth it shoukd dro packets, not lock up, and definately not reset.
– davidgo
yesterday
I see. If you want you can post an answer so I can mark it as answered then. Since its software issue it'll be different from router to router, so it answers my question completely.
– lostWasIt
yesterday
I see. If you want you can post an answer so I can mark it as answered then. Since its software issue it'll be different from router to router, so it answers my question completely.
– lostWasIt
yesterday
Yes, this is most likely a firmware issue. It sounds like you are overloading the router's state table, most just freeze up. Some just have buggy programming, the reboot makes me question if it is overheating under excessive load. (I'm guessing this router is passively cooled) Try putting a small window fan or 12v PC fan on the vents, does it still crap out and reboot? If the answer is no, you have a router that's over heating. The Verizon actiontec mi424 routers are notorious for these symptoms, they don't reboot themselves though.
– Tim_Stewart
yesterday
Yes, this is most likely a firmware issue. It sounds like you are overloading the router's state table, most just freeze up. Some just have buggy programming, the reboot makes me question if it is overheating under excessive load. (I'm guessing this router is passively cooled) Try putting a small window fan or 12v PC fan on the vents, does it still crap out and reboot? If the answer is no, you have a router that's over heating. The Verizon actiontec mi424 routers are notorious for these symptoms, they don't reboot themselves though.
– Tim_Stewart
yesterday
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
lostWasIt is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1424613%2fcan-a-lot-of-traffic-reset-the-connection-of-the-router%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
lostWasIt is a new contributor. Be nice, and check out our Code of Conduct.
lostWasIt is a new contributor. Be nice, and check out our Code of Conduct.
lostWasIt is a new contributor. Be nice, and check out our Code of Conduct.
lostWasIt is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1424613%2fcan-a-lot-of-traffic-reset-the-connection-of-the-router%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
From my experience, consumer-grade routers are indeed prone to crashing under “uncommon” traffic load.
– Daniel B
yesterday
@DanielB Do you know if it is because of the firmware or is it a limit of the hardware?
– lostWasIt
yesterday
1
Its a software issue - flashing dd-wrt on a crap router can make it unbelievably more robust. If the router cant cope with thebandwidth it shoukd dro packets, not lock up, and definately not reset.
– davidgo
yesterday
I see. If you want you can post an answer so I can mark it as answered then. Since its software issue it'll be different from router to router, so it answers my question completely.
– lostWasIt
yesterday
Yes, this is most likely a firmware issue. It sounds like you are overloading the router's state table, most just freeze up. Some just have buggy programming, the reboot makes me question if it is overheating under excessive load. (I'm guessing this router is passively cooled) Try putting a small window fan or 12v PC fan on the vents, does it still crap out and reboot? If the answer is no, you have a router that's over heating. The Verizon actiontec mi424 routers are notorious for these symptoms, they don't reboot themselves though.
– Tim_Stewart
yesterday