tcp_listen_input() function
Called by tcp_input() when a segment arrives for a listening connection (from tcp_input()).
Arguments
pcb
the tcp_pcb_listen for which a segment arrived
Notes
the segment which arrived is saved in global variables, therefore only the pcb involved is passed as a parameter to this function