[fpc-pascal] raw socket example
Daniel Gaspary
dgaspary at gmail.com
Wed Nov 18 18:45:08 CET 2015
Need to change the fpsocket function call.
>From fpSocket(AF_INET,SOCK_STREAM,0)
to fpSocket(AF_INET,SOCK_RAW,0);
Is possible that the "0" needs to be changed too.
On Wed, Nov 18, 2015 at 3:20 PM, leledumbo <leledumbo_cool at yahoo.co.id> wrote:
> FPC docs has them:
> http://www.freepascal.org/docs-html/rtl/sockets/fpaccept.html (server)
> http://www.freepascal.org/docs-html/rtl/sockets/fpconnect.html (client)
>
>
>
>
> --
> View this message in context: http://free-pascal-general.1045716.n5.nabble.com/raw-socket-example-tp5723096p5723097.html
> Sent from the Free Pascal - General mailing list archive at Nabble.com.
> _______________________________________________
> fpc-pascal maillist - fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
More information about the fpc-pascal
mailing list