AsyncUDPSocket: Move to a well defined UDP size
authorGuido Trotter <ultrotter@google.com>
Mon, 14 Sep 2009 15:42:33 +0000 (16:42 +0100)
committerGuido Trotter <ultrotter@google.com>
Wed, 16 Sep 2009 12:55:54 +0000 (13:55 +0100)
commitc8eded0ba8ca02baeed5497bb590c840d62ac3fb
treeb6e0d1125492e04da7f550eaf69e00b4e594e461
parentfe759e4c195bce5bef72068075a8710c32b20909
AsyncUDPSocket: Move to a well defined UDP size

Currently we read maximum 4K packets, and don't check packets when
sending them. With this patch we move to a well defined maximum size of
60K.

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
lib/constants.py
lib/daemon.py
lib/errors.py