mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-17 17:10:03 +00:00
PPP, PPPoS, changed pppos_output_append() description to match code change
This commit is contained in:
parent
c37ecb1552
commit
9012ec5310
@ -969,9 +969,9 @@ pppos_input_drop(pppos_pcb *pppos)
|
||||
}
|
||||
|
||||
/*
|
||||
* pppos_output_append - append given character to end of given pbuf. If out_accm
|
||||
* is not NULL and the character needs to be escaped, do so.
|
||||
* If pbuf is full, append another.
|
||||
* pppos_output_append - append given character to end of given pbuf.
|
||||
* If out_accm is not 0 and the character needs to be escaped, do so.
|
||||
* If pbuf is full, send the pbuf and reuse it.
|
||||
* Return the current pbuf.
|
||||
*/
|
||||
static err_t
|
||||
|
Loading…
Reference in New Issue
Block a user