summaryrefslogtreecommitdiffstats
path: root/gatchat/gathdlc.h
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10gatchat: Update copyright informationMarcel Holtmann1-1/+1
2011-08-09gatchat: Add support for sending HDLC frame start and end markersMarcel Holtmann1-0/+1
2011-05-24gathdlc: add g_at_hdlc_resume() APIGuillaume Zajac1-0/+1
2011-05-08gathdlc: Add public suspend functionGuillaume Zajac1-0/+2
2011-05-02gathdlc: Add support for detecting +++ escapesDenis Kenzior1-0/+3
2011-02-28gathdlc: Try to detect no carrier conditionsDenis Kenzior1-0/+2
Sometimes we receive the no carrier embedded in a stream following the PPP packets. This might be due to write scheduling on the remote side or read scheduling locally. Try not to consume the no carrier condition and assume the previous hdlc frames will result in closing of the ppp stack.
2010-04-29gathdlc: Add from_io constructorDenis Kenzior1-0/+1
2010-04-28gathdlc: Add accessor for GAtIODenis Kenzior1-0/+3
2010-04-28gathdlc: Add recording support, ported from PPPDenis Kenzior1-0/+2
For protocol examination using wireshark
2010-04-28gathdlc: Add receive ACCM supportDenis Kenzior1-0/+3
2010-04-28gathdlc: Support transmit ACCMDenis Kenzior1-0/+3
2010-04-11Use a ring buffer for non-blocking HDLC output streamsMarcel Holtmann1-1/+1
2010-04-10Add abstraction for HDLC stream handlingMarcel Holtmann1-0/+50