« Previous | Next » 

Revision 917cfc1f

ID917cfc1f266b554ea9ab4d958fa048bd27bce58f

Added by Andreas Färber almost 12 years ago

slirp: Avoid redefining MAX_TCPOPTLEN

MAX_TCPOPTLEN is being defined as 32. Darwin already has it as 40,
causing a warning. The value is only used to declare an array,
into which currently 4 bytes are written at most.

Therefore always override MAX_TCPOPTLEN for now.

Suggested-by: Jan Kiszka <>
Reviewed-by: Stefan Weil <>
Signed-off-by: Andreas Färber <>
Signed-off-by: Jan Kiszka <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences