Changeset 3228d8b394b113da6bbb919389c6e77d76ff1132

Show
Ignore:
Timestamp:
04/09/08 23:07:05 (3 months ago)
Author:
Rémi Denis-Courmont <rdenis@simphalempin.com>
git-committer:
Rémi Denis-Courmont <rdenis@simphalempin.com> 1220562425 +0300
git-parent:

[218bc1f9815d90acfd1dc3ac5f2aafd7ac217838]

git-author:
Rémi Denis-Courmont <rdenis@simphalempin.com> 1220562425 +0300
Message:

Revert "Set buffer sizes"

This reverts commit 9a5e5236beae0b8c9ff08dcecc8922ac13d54799.
Not intended for master.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/network/udp.c

    r9a5e523 r3228d8b  
    146146        } 
    147147 
    148         setsockopt (fd, SOL_SOCKET, SO_SNDBUF, &(int){ 0x80000 }, sizeof (int)); 
    149         setsockopt (fd, SOL_SOCKET, SO_RCVBUF, &(int){ 0x80000 }, sizeof (int)); 
    150         setsockopt (fd, SOL_SOCKET, SO_BROADCAST, &(int){ 1 }, sizeof (int)); 
    151  
    152148        /* Bind the socket */ 
    153149#if defined (WIN32) || defined (UNDER_CE)