Re: [PATCH 7/7] [DCCP]: Remove socket option

2006-09-22 Thread Gerrit Renker
| This removes DCCP_SOCKOPT_PACKET_SIZE for two reasons: | * the current code doesn't work | * tx and rx should be different (introduced in former patch) Agree that DCCP_SOCKOPT_PACKET_SIZE is redundant, patch looks good and has been tested. Acked-by: Gerrit Renker <[EMAIL PROTECTED]> | Signe

[PATCH 7/7] [DCCP]: Remove socket option

2006-09-21 Thread Ian McDonald
This removes DCCP_SOCKOPT_PACKET_SIZE for two reasons: * the current code doesn't work * tx and rx should be different (introduced in former patch) Signed-off-by: Ian McDonald <[EMAIL PROTECTED]> --- diff --git a/include/linux/dccp.h b/include/linux/dccp.h index ef1c57b..18fbbb4 100644 --- a/inclu