mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-01-11 10:29:56 +00:00
reduce ram required for output buffer
git-svn-id: http://svn.code.sf.net/p/netboot65/code@78 93682198-c243-4bdb-bd91-e943c89aac3b
This commit is contained in:
parent
71f9fe4ec7
commit
32d24705bf
@ -48,7 +48,7 @@ MAX_DHCP_MESSAGES_SENT=12 ;timeout after sending 12 messages will be about 1
|
||||
|
||||
; dhcp packet offsets
|
||||
dhcp_inp = udp_inp + udp_data
|
||||
dhcp_outp: .res 576
|
||||
dhcp_outp: .res 256
|
||||
dhcp_op = 0
|
||||
dhcp_htype = 1
|
||||
dhcp_hlen = 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user