Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214608
b: refs/heads/master
c: 9e2e8f1
h: refs/heads/master
v: v3
  • Loading branch information
Sjur Braendeland authored and David S. Miller committed Sep 22, 2010
1 parent 9bf18d6 commit fdd17e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e5e03ce1e5c6c015cabf274b24976dff408dc07f
refs/heads/master: 9e2e8f14d48dbb6c31aeb739ae4fc8997b9dfe84
7 changes: 0 additions & 7 deletions trunk/net/caif/caif_socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
MODULE_LICENSE("GPL");
MODULE_ALIAS_NETPROTO(AF_CAIF);

#define CAIF_DEF_SNDBUF (4096*10)
#define CAIF_DEF_RCVBUF (4096*100)

/*
* CAIF state is re-using the TCP socket states.
* caif_states stored in sk_state reflect the state as reported by
Expand Down Expand Up @@ -1118,10 +1115,6 @@ static int caif_create(struct net *net, struct socket *sock, int protocol,
/* Store the protocol */
sk->sk_protocol = (unsigned char) protocol;

/* Sendbuf dictates the amount of outbound packets not yet sent */
sk->sk_sndbuf = CAIF_DEF_SNDBUF;
sk->sk_rcvbuf = CAIF_DEF_RCVBUF;

/*
* Lock in order to try to stop someone from opening the socket
* too early.
Expand Down

0 comments on commit fdd17e3

Please sign in to comment.