UDP send buffer error in netstat802.3ad on FreeBSD and Linux using crossover cables?FTP not happening on RHEL 6 Server configured using a Vm Player 11UDP buffer overrun and old datagram clearingUDP receive buffer errorCan't figure out why Ethernet packets are ignoredBeaglebone Black not able to send raw UDP Packets with Python to laptop running Ubuntu 16.04Direct connection Centos7 (loadbalance) to QNAP (trunk)Send UDP Packet to Memcached via Netcatrx_drops_no_pbuf drops on Emulex Corporation OneConnect 10Gb NICNAT ETH1 PORT 5000 Traffic to PPP0

How do I exit BASH while loop using modulus operator?

Why is the sentence "Das ist eine Nase" correct?

How can I deal with my CEO asking me to hire someone with a higher salary than me, a co-founder?

Blending or harmonizing

Why do I get negative height?

Is it "common practice in Fourier transform spectroscopy to multiply the measured interferogram by an apodizing function"? If so, why?

Does Dispel Magic work on Tiny Hut?

Send out email when Apex Queueable fails and test it

My ex-girlfriend uses my Apple ID to login to her iPad, do I have to give her my Apple ID password to reset it?

Does int main() need a declaration on C++?

How does a dynamic QR code work?

What is an equivalently powerful replacement spell for Yuan-Ti's Suggestion spell?

Machine learning testing data

Rotate ASCII Art by 45 Degrees

Can someone clarify Hamming's notion of important problems in relation to modern academia?

Convert seconds to minutes

Could neural networks be considered metaheuristics?

What do you call someone who asks many questions?

OP Amp not amplifying audio signal

Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?

files created then deleted at every second in tmp directory

How to compactly explain secondary and tertiary characters without resorting to stereotypes?

How to show a landlord what we have in savings?

Is there a hemisphere-neutral way of specifying a season?



UDP send buffer error in netstat


802.3ad on FreeBSD and Linux using crossover cables?FTP not happening on RHEL 6 Server configured using a Vm Player 11UDP buffer overrun and old datagram clearingUDP receive buffer errorCan't figure out why Ethernet packets are ignoredBeaglebone Black not able to send raw UDP Packets with Python to laptop running Ubuntu 16.04Direct connection Centos7 (loadbalance) to QNAP (trunk)Send UDP Packet to Memcached via Netcatrx_drops_no_pbuf drops on Emulex Corporation OneConnect 10Gb NICNAT ETH1 PORT 5000 Traffic to PPP0













0















I we are running voice application which stream UDP (RTP) packets for voice, I am investigation some strange issue where my ifconfig ens4 | grep error counter going up specifically overrun



If you see UDP send buffer error that counter is getting increase periodically, does that means my TX buffer is getting full?



[root@voice-01 ~]# netstat -suna
...
Udp:
564240050621 packets received
600156354 packets to unknown port received.
3095742 packet receive errors
621737694201 packets sent
0 receive buffer errors
1475161 send buffer errors
InCsumErrors: 913878
...


Interface overrun counter



[root@voice-01 ~]# ifconfig ens4 | grep -i error
RX errors 15147252 dropped 0 overruns 15147252 frame 0
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0


overrun directly involve with high speed RX data where kernel can't process hard enough, i have increase udp buffer size also but still time to time overrun counter getting increased.



sysctl -w net.core.rmem_max=26214400
sysctl -w net.core.rmem_default=26214400
sysctl -w net.core_wrmem_default=26214400
sysctl -w net.core_wmem_default=26214400



ethtool stats



[root@voice-01 ~]# ethtool -S ens4 | grep rx_dis
[0]: rx_discards: 1764406
[1]: rx_discards: 1655431
[2]: rx_discards: 1418942
[3]: rx_discards: 1880233
[4]: rx_discards: 1950109
[5]: rx_discards: 2227701
[6]: rx_discards: 1095657
[7]: rx_discards: 3154773
rx_discards: 15147252


I have exact similar hardware voice-02 box which is also handling same amount of traffic but it has almost zero error



I have NIC is Broadcom Limited NetXtreme II BCM57810 10 Gigabit Ethernet



what other option i should try or understand what is wrong?










share|improve this question


























    0















    I we are running voice application which stream UDP (RTP) packets for voice, I am investigation some strange issue where my ifconfig ens4 | grep error counter going up specifically overrun



    If you see UDP send buffer error that counter is getting increase periodically, does that means my TX buffer is getting full?



    [root@voice-01 ~]# netstat -suna
    ...
    Udp:
    564240050621 packets received
    600156354 packets to unknown port received.
    3095742 packet receive errors
    621737694201 packets sent
    0 receive buffer errors
    1475161 send buffer errors
    InCsumErrors: 913878
    ...


    Interface overrun counter



    [root@voice-01 ~]# ifconfig ens4 | grep -i error
    RX errors 15147252 dropped 0 overruns 15147252 frame 0
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0


    overrun directly involve with high speed RX data where kernel can't process hard enough, i have increase udp buffer size also but still time to time overrun counter getting increased.



    sysctl -w net.core.rmem_max=26214400
    sysctl -w net.core.rmem_default=26214400
    sysctl -w net.core_wrmem_default=26214400
    sysctl -w net.core_wmem_default=26214400



    ethtool stats



    [root@voice-01 ~]# ethtool -S ens4 | grep rx_dis
    [0]: rx_discards: 1764406
    [1]: rx_discards: 1655431
    [2]: rx_discards: 1418942
    [3]: rx_discards: 1880233
    [4]: rx_discards: 1950109
    [5]: rx_discards: 2227701
    [6]: rx_discards: 1095657
    [7]: rx_discards: 3154773
    rx_discards: 15147252


    I have exact similar hardware voice-02 box which is also handling same amount of traffic but it has almost zero error



    I have NIC is Broadcom Limited NetXtreme II BCM57810 10 Gigabit Ethernet



    what other option i should try or understand what is wrong?










    share|improve this question
























      0












      0








      0








      I we are running voice application which stream UDP (RTP) packets for voice, I am investigation some strange issue where my ifconfig ens4 | grep error counter going up specifically overrun



      If you see UDP send buffer error that counter is getting increase periodically, does that means my TX buffer is getting full?



      [root@voice-01 ~]# netstat -suna
      ...
      Udp:
      564240050621 packets received
      600156354 packets to unknown port received.
      3095742 packet receive errors
      621737694201 packets sent
      0 receive buffer errors
      1475161 send buffer errors
      InCsumErrors: 913878
      ...


      Interface overrun counter



      [root@voice-01 ~]# ifconfig ens4 | grep -i error
      RX errors 15147252 dropped 0 overruns 15147252 frame 0
      TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0


      overrun directly involve with high speed RX data where kernel can't process hard enough, i have increase udp buffer size also but still time to time overrun counter getting increased.



      sysctl -w net.core.rmem_max=26214400
      sysctl -w net.core.rmem_default=26214400
      sysctl -w net.core_wrmem_default=26214400
      sysctl -w net.core_wmem_default=26214400



      ethtool stats



      [root@voice-01 ~]# ethtool -S ens4 | grep rx_dis
      [0]: rx_discards: 1764406
      [1]: rx_discards: 1655431
      [2]: rx_discards: 1418942
      [3]: rx_discards: 1880233
      [4]: rx_discards: 1950109
      [5]: rx_discards: 2227701
      [6]: rx_discards: 1095657
      [7]: rx_discards: 3154773
      rx_discards: 15147252


      I have exact similar hardware voice-02 box which is also handling same amount of traffic but it has almost zero error



      I have NIC is Broadcom Limited NetXtreme II BCM57810 10 Gigabit Ethernet



      what other option i should try or understand what is wrong?










      share|improve this question














      I we are running voice application which stream UDP (RTP) packets for voice, I am investigation some strange issue where my ifconfig ens4 | grep error counter going up specifically overrun



      If you see UDP send buffer error that counter is getting increase periodically, does that means my TX buffer is getting full?



      [root@voice-01 ~]# netstat -suna
      ...
      Udp:
      564240050621 packets received
      600156354 packets to unknown port received.
      3095742 packet receive errors
      621737694201 packets sent
      0 receive buffer errors
      1475161 send buffer errors
      InCsumErrors: 913878
      ...


      Interface overrun counter



      [root@voice-01 ~]# ifconfig ens4 | grep -i error
      RX errors 15147252 dropped 0 overruns 15147252 frame 0
      TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0


      overrun directly involve with high speed RX data where kernel can't process hard enough, i have increase udp buffer size also but still time to time overrun counter getting increased.



      sysctl -w net.core.rmem_max=26214400
      sysctl -w net.core.rmem_default=26214400
      sysctl -w net.core_wrmem_default=26214400
      sysctl -w net.core_wmem_default=26214400



      ethtool stats



      [root@voice-01 ~]# ethtool -S ens4 | grep rx_dis
      [0]: rx_discards: 1764406
      [1]: rx_discards: 1655431
      [2]: rx_discards: 1418942
      [3]: rx_discards: 1880233
      [4]: rx_discards: 1950109
      [5]: rx_discards: 2227701
      [6]: rx_discards: 1095657
      [7]: rx_discards: 3154773
      rx_discards: 15147252


      I have exact similar hardware voice-02 box which is also handling same amount of traffic but it has almost zero error



      I have NIC is Broadcom Limited NetXtreme II BCM57810 10 Gigabit Ethernet



      what other option i should try or understand what is wrong?







      linux ethernet udp buffer interface






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 2 days ago









      SatishSatish

      64311237




      64311237




















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          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: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          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
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f509751%2fudp-send-buffer-error-in-netstat%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















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • 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.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f509751%2fudp-send-buffer-error-in-netstat%23new-answer', 'question_page');

          );

          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







          Popular posts from this blog

          getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

          Cannot Extend partition with GParted 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) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

          Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.