Revision 6d127406 lib/constants.py

b/lib/constants.py
839 839
#   (assuming we can't use jumbo frames)
840 840
# We just set this to 60K, which should be enough
841 841
MAX_UDP_DATA_SIZE = 61440
842

  
843
# User-id pool minimum/maximum acceptable user-ids.
844
UIDPOOL_UID_MIN = 0
845
UIDPOOL_UID_MAX = 2**32-1 # Assuming 32 bit user-ids

Also available in: Unified diff