On Fri, 2009-10-30 at 17:52 +0100, Bob Brusa wrote: > Hi > I have written a tiny lwip-based server-ap that sends and receives tcp > packages. > > When receiving data - how can I find out if this are normal or urgent > data? (or OOB=out of band data, as MS calls them). > Similarely: How can I send a tcp-package with the urg-flag set? > Thanks and best regards Robert
lwIP doesn't support urgent TCP data as far as I remember. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
