lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [patch #5938] raw_pcb.protocol is u16_t but ip only require


From: Simon Goldschmidt
Subject: [lwip-devel] [patch #5938] raw_pcb.protocol is u16_t but ip only requires u8_t
Date: Thu, 17 May 2007 09:39:18 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3

URL:
  <http://savannah.nongnu.org/patch/?5938>

                 Summary: raw_pcb.protocol is u16_t but ip only requires u8_t
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: goldsimon
            Submitted on: Donnerstag 17.05.2007 um 09:39
                Category: None
                Priority: 1 - Later
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

This is really minor, but I think we should change raw_pcb.protocol to be
u8_t.

For that, raw.h/raw.c has to be changed but also the netconn api since it
uses u16_t (and add an assert in sockets.c when converting int to u8_t).

See attached patch.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Donnerstag 17.05.2007 um 09:39  Name: raw_proto_to_u8_t.patch  Size:
5kB   By: goldsimon

<http://savannah.nongnu.org/patch/download.php?file_id=12787>

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?5938>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]